Skip to content

Commit

Permalink
Fix subscription type
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Kudinov committed Oct 4, 2024
1 parent 409ea14 commit 522b707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expressms/smartapp-sdk",
"version": "1.10.0-alpha.2",
"version": "1.10.0-alpha.3",
"description": "Smartapp SDK",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/types/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export enum SubscriptionEventType {
}

export type SubscriptionPayload = {
type: 'huid' | 'chat' | 'smartapp'
type: 'user' | 'chat' | 'smartapp'
id: string
}

Expand Down

0 comments on commit 522b707

Please sign in to comment.