Skip to content

Commit

Permalink
fix(@cubejs-client/core): make progressCallback optional (#497) Tha…
Browse files Browse the repository at this point in the history
…nks to @hassankhan!
  • Loading branch information
hassankhan committed Mar 11, 2020
1 parent a4c2539 commit a41cf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cubejs-client-core/dist/index.d.ts
Expand Up @@ -12,7 +12,7 @@ export type CubeJSApiOptions = {
export type LoadMethodOptions = {
mutexKey?: string;
mutexObj?: {};
progressCallback(result: ProgressResult): void;
progressCallback?(result: ProgressResult): void;
subscribe?: boolean;
};

Expand Down

0 comments on commit a41cf9a

Please sign in to comment.