mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-04 22:07:01 -06:00
Merge branch 'powerpack-fix' of github.com:plivo/plivo-node into powerpack-fix
This commit is contained in:
commit
3f26d211a2
1 changed files with 2 additions and 2 deletions
|
|
@ -695,7 +695,7 @@ export class PowerpackInterface extends PlivoResourceInterface {
|
|||
* @promise {object} return {@link Powerpack} object
|
||||
* @fail {Error} return Error
|
||||
*/
|
||||
get(uuid) {
|
||||
get(uuid) {
|
||||
return super.get(uuid);
|
||||
}
|
||||
/**
|
||||
|
|
@ -776,4 +776,4 @@ export class PowerpackInterface extends PlivoResourceInterface {
|
|||
list(params) {
|
||||
return super.list(params);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue