Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
narayana-plivo committed Apr 11, 2022
1 parent c84db3f commit 9cb89d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/resources/brand.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export class BrandCreationResponse {
* @fail {Error} return Error
*/
create(brand_alias,profile_uuid,brand_type,secondary_vetting) {
let params = {};
params.brand_alias=brand_alias;
params.profile_uuid=profile_uuid;
params.brand_type=brand_type;
Expand Down

0 comments on commit 9cb89d6

Please sign in to comment.