mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 14:08:30 +02:00
send anonymousId as a string not object (#1543)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
if (originPass && cloudUIEvent.data === 'getAnonymousId') {
|
||||
const anonymousId = analytics.user().anonymousId();
|
||||
cloudUIEvent.source.postMessage({ anonymousId }, cloudUIEvent.origin);
|
||||
cloudUIEvent.source.postMessage(anonymousId, cloudUIEvent.origin);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user