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.
1 parent 21755f6 commit 5cbcf77Copy full SHA for 5cbcf77
packages/cubejs-server-core/src/core/types.ts
@@ -168,7 +168,7 @@ export type ExternalDriverFactoryFn = (context: RequestContext) => Promise<BaseD
168
export type ExternalDialectFactoryFn = (context: RequestContext) => BaseQuery;
169
170
export type LoggerFnParams = {
171
- // it's possible to fill timestamp at place of logging, otherwise it will be automatically
+ // It's possible to fill timestamp at the place of logging, otherwise, it will be filled in automatically
172
timestamp?: string,
173
[key: string]: any,
174
};
0 commit comments