Skip to content

Commit 435c2a3

Browse files
committed
fix
1 parent 112aeec commit 435c2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-query-orchestrator/src/orchestrator/QueryOrchestrator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ export class QueryOrchestrator {
462462
): Promise<T> {
463463
const {
464464
requestId,
465-
syncJobId = '',
465+
syncJobId,
466466
expiration = 30 * 24 * 60 * 60,
467467
} = options;
468468

0 commit comments

Comments
 (0)