From bfae85cc8819d97b0b9dc502e4c2cd354a171c3e Mon Sep 17 00:00:00 2001 From: Vishnukumarpg <33220068+Vishnukumarpg@users.noreply.github.com> Date: Thu, 14 Nov 2019 18:07:23 +0530 Subject: [PATCH] Update client.js --- lib/rest/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rest/client.js b/lib/rest/client.js index 4817c36..ba04f67 100644 --- a/lib/rest/client.js +++ b/lib/rest/client.js @@ -61,7 +61,7 @@ export class Client { this.conferences = new ConferenceInterface(client); this.endpoints = new EndpointInterface(client); this.messages = new MessageInterface(client); - this,powerpacks = new PowerpackInterface(client); + this.powerpacks = new PowerpackInterface(client); this.numbers = new NumberInterface(client); this.pricings = new PricingInterface(client); this.recordings = new RecordingInterface(client);