From 5d9d9f331cfea4299031717db5f5a8dac52cb64a Mon Sep 17 00:00:00 2001 From: Mayank Singh Date: Thu, 2 Jan 2025 17:54:50 +0530 Subject: [PATCH] NTP-24367O | marking requestId null incase of login --- packages/adapter-ameyo/lib/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/adapter-ameyo/lib/api.ts b/packages/adapter-ameyo/lib/api.ts index ddf234d..fc564fb 100644 --- a/packages/adapter-ameyo/lib/api.ts +++ b/packages/adapter-ameyo/lib/api.ts @@ -21,7 +21,7 @@ export const loginInAmeyo = (userId: string, password: string) => { forceLogin: true, properties: null, captchaAuthenticationInputBean: null, - requestId: uuid(), + requestId: null, // This has to be null } }); };