Skip to content

Commit 451c52c

Browse files
fix: minor fix
1 parent ff6b290 commit 451c52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resources/profile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export class ProfileResponse {
116116
* @param {string} business_contact_email
117117
* @return profileResponse response output
118118
*/
119-
create(profile_alias,plivo_subaccount,customer_type,entity_type, company_name,ein,vertical,ein_issuing_country,stock_symbol,stock_exchange, alt_business_id_type, website, address, authorized_contact, business_contact_email = undefined){
119+
create(profile_alias,plivo_subaccount,customer_type,entity_type, company_name,ein,vertical,ein_issuing_country,stock_symbol,stock_exchange, alt_business_id_type, website, address, authorized_contact, business_contact_email){
120120
let params = {}
121121
params.profile_alias=profile_alias;
122122
params.plivo_subaccount=plivo_subaccount;

0 commit comments

Comments
 (0)