Skip to content

Commit ea0a34f

Browse files
ovrKSDaemon
andauthored
Update packages/cubejs-backend-shared/src/track.ts
Co-authored-by: Konstantin Burkalev <[email protected]>
1 parent 5cbcf77 commit ea0a34f

File tree

1 file changed

+1
-1
lines changed
  • packages/cubejs-backend-shared/src

1 file changed

+1
-1
lines changed

packages/cubejs-backend-shared/src/track.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { internalExceptions } from './errors';
55

66
export type BaseEvent = {
77
event: string,
8-
// it's possible to fill timestamp at place of logging, otherwise it will be automatically
8+
// It's possible to fill timestamp at the place of logging, otherwise, it will be filled in automatically
99
timestamp?: string,
1010
[key: string]: any,
1111
};

0 commit comments

Comments
 (0)