From 9cb89d65dde0d6fede20ae9e8e5f672aa4cb4f6b Mon Sep 17 00:00:00 2001 From: narayana Date: Mon, 11 Apr 2022 18:38:01 +0530 Subject: [PATCH] build fix --- lib/resources/brand.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/resources/brand.js b/lib/resources/brand.js index 2420153e..7e93b230 100644 --- a/lib/resources/brand.js +++ b/lib/resources/brand.js @@ -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;