We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm run lint -- --fix
1 parent f6a2919 commit f6b5fb3Copy full SHA for f6b5fb3
packages/logging/src/analytics-helpers.ts
@@ -2,7 +2,7 @@ export type MongoshAnalyticsIdentity = {
2
userId: string;
3
} | {
4
anonymousId: string;
5
-}
+};
6
7
/**
8
* General interface for an Analytics provider that mongosh can use.
0 commit comments