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 bf68ece commit b3ec057Copy full SHA for b3ec057
packages/cubejs-query-orchestrator/src/orchestrator/QueryQueue.ts
@@ -15,7 +15,7 @@ import { TimeoutError } from './TimeoutError';
15
import { ContinueWaitError } from './ContinueWaitError';
16
import { LocalQueueDriver } from './LocalQueueDriver';
17
import { QueryStream } from './QueryStream';
18
-import {CacheAndQueryDriverType} from "./QueryOrchestrator";
+import { CacheAndQueryDriverType } from './QueryOrchestrator';
19
20
export type CancelHandlerFn = (query: QueryDef) => Promise<void>;
21
export type QueryHandlerFn = (query: QueryDef, cancelHandler: CancelHandlerFn) => Promise<unknown>;
0 commit comments