Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Commit

Permalink
Updated typing for PublicClient constrctor (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarosPixel authored and fb55 committed Oct 25, 2017
1 parent 4a339db commit 546f88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ declare module "gdax" {
};

export class PublicClient {
constructor(productId: string);
constructor(productId?: string);

getProducts(callback: callback<any>);
getProducts(): Promise<any>;
Expand Down

0 comments on commit 546f88a

Please sign in to comment.