From 546f88a5a77a1eb361fb1614d756f783d3e25e78 Mon Sep 17 00:00:00 2001 From: Maros Pixel Date: Wed, 25 Oct 2017 08:25:00 +0200 Subject: [PATCH] Updated typing for PublicClient constrctor (#121) --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 1b10f8a0..57ba4d09 100644 --- a/index.d.ts +++ b/index.d.ts @@ -132,7 +132,7 @@ declare module "gdax" { }; export class PublicClient { - constructor(productId: string); + constructor(productId?: string); getProducts(callback: callback); getProducts(): Promise;