Skip to content

Commit 5b2d920

Browse files
committed
fix: remove redundant field
1 parent 0f9985a commit 5b2d920

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/logging/src/analytics-helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export type AnalyticsIdentifyMessage = MongoshAnalyticsIdentity & {
1717
session_id: string;
1818
device_id: string;
1919
} & SegmentIdentifyParams['traits'];
20-
timestamp?: SegmentIdentifyParams['timestamp'];
2120
};
2221

2322
export type AnalyticsTrackMessage = MongoshAnalyticsIdentity & {

0 commit comments

Comments
 (0)