Skip to content

Commit 5cbcf77

Browse files
ovrKSDaemon
andauthored
Update packages/cubejs-server-core/src/core/types.ts
Co-authored-by: Konstantin Burkalev <[email protected]>
1 parent 21755f6 commit 5cbcf77

File tree

1 file changed

+1
-1
lines changed
  • packages/cubejs-server-core/src/core

1 file changed

+1
-1
lines changed

packages/cubejs-server-core/src/core/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export type ExternalDriverFactoryFn = (context: RequestContext) => Promise<BaseD
168168
export type ExternalDialectFactoryFn = (context: RequestContext) => BaseQuery;
169169

170170
export type LoggerFnParams = {
171-
// it's possible to fill timestamp at place of logging, otherwise it will be automatically
171+
// It's possible to fill timestamp at the place of logging, otherwise, it will be filled in automatically
172172
timestamp?: string,
173173
[key: string]: any,
174174
};

0 commit comments

Comments
 (0)