Skip to content

Commit a41cf9a

Browse files
authored
fix(@cubejs-client/core): make progressCallback optional (#497) Thanks to @hassankhan!
1 parent a4c2539 commit a41cf9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-client-core/dist/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export type CubeJSApiOptions = {
1212
export type LoadMethodOptions = {
1313
mutexKey?: string;
1414
mutexObj?: {};
15-
progressCallback(result: ProgressResult): void;
15+
progressCallback?(result: ProgressResult): void;
1616
subscribe?: boolean;
1717
};
1818

0 commit comments

Comments
 (0)