From ede40b16f1de8616a62e4e576de7da4dea3bc1e7 Mon Sep 17 00:00:00 2001 From: Adhiraj Singh Date: Tue, 11 Jan 2022 11:00:19 +0530 Subject: [PATCH] fix: update MD mismatch error code Because 403 can mean other things as well -- don't want to conflate the two --- src/Types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {