Update client.js

This commit is contained in:
Vishnukumarpg 2019-11-14 18:07:23 +05:30 committed by GitHub
parent 23a9692d88
commit bfae85cc88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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