Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wkarts authored Aug 31, 2024
1 parent 4623784 commit 64b889d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export enum DisconnectReason {
restartRequired = 515,
multideviceMismatch = 411,
forbidden = 403,
unavailableService = 503
unavailableService = 503,
connectionFailure = 405
}

export type WAInitResponse = {
Expand Down

0 comments on commit 64b889d

Please sign in to comment.