Skip to content

Commit b3ec057

Browse files
committed
chore: fix
1 parent bf68ece commit b3ec057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { TimeoutError } from './TimeoutError';
1515
import { ContinueWaitError } from './ContinueWaitError';
1616
import { LocalQueueDriver } from './LocalQueueDriver';
1717
import { QueryStream } from './QueryStream';
18-
import {CacheAndQueryDriverType} from "./QueryOrchestrator";
18+
import { CacheAndQueryDriverType } from './QueryOrchestrator';
1919

2020
export type CancelHandlerFn = (query: QueryDef) => Promise<void>;
2121
export type QueryHandlerFn = (query: QueryDef, cancelHandler: CancelHandlerFn) => Promise<unknown>;

0 commit comments

Comments
 (0)