Merge branch 'powerpack-fix' of github.com:plivo/plivo-node into powerpack-fix

This commit is contained in:
huzaif-plivo 2021-08-12 15:22:21 +05:30
commit 3f26d211a2

View file

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