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 } }); };