Skip to content

Commit

Permalink
campaign response change
Browse files Browse the repository at this point in the history
  • Loading branch information
narayana-plivo committed Apr 14, 2022
1 parent 3945833 commit 3139986
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/resources/campaign.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ export class CampaignCreateResponse {
constructor(params) {
params = params || {};
this.apiId = params.apiId;
this.campaign = params.campaign;
this.campaignId = params.campaignId;
this.message = params.message;
this.error = params.error;
}
}

Expand Down

0 comments on commit 3139986

Please sign in to comment.