Skip to content

Commit f6b5fb3

Browse files
authored
fix(logging): run npm run lint -- --fix (#1234)
1 parent f6a2919 commit f6b5fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/logging/src/analytics-helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export type MongoshAnalyticsIdentity = {
22
userId: string;
33
} | {
44
anonymousId: string;
5-
}
5+
};
66

77
/**
88
* General interface for an Analytics provider that mongosh can use.

0 commit comments

Comments
 (0)