mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-30 06:12:08 -06:00
Update client.js
This commit is contained in:
parent
23a9692d88
commit
bfae85cc88
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue