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);