diff --git a/src/Types/index.ts b/src/Types/index.ts index 1edee43..1809154 100644 --- a/src/Types/index.ts +++ b/src/Types/index.ts @@ -34,7 +34,7 @@ export enum DisconnectReason { loggedOut = 401, badSession = 500, restartRequired = 410, - multideviceMismatch = 403 + multideviceMismatch = 411 } export type WAInitResponse = {