Skip to content

Commit

Permalink
bbc#93 correct type definition for logger
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-hai-vo committed Oct 6, 2019
1 parent 9d020d5 commit a84f877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/clientParams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export interface ClientParams {
userAgent?: string;
collapsing?: CollapsingConfiguration;
stats?: Stats;
logger?: Logger;
logger?: Logger | Console;
retries?: number;
retryDelay?: number;
rateLimit?: number;
Expand Down

0 comments on commit a84f877

Please sign in to comment.