Skip to content

Commit

Permalink
fix: bring back externalId
Browse files Browse the repository at this point in the history
  • Loading branch information
IanKrieger committed Aug 24, 2023
1 parent 9ef3a90 commit 8a5f0fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/user/library/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export function transformNewForm(
): CreateCampaignInput {
return {
currency: form.currency,
externalId: "",
dailyCap: 1,
dailyBudget: form.dailyBudget,
endAt: form.endAt,
Expand Down

0 comments on commit 8a5f0fc

Please sign in to comment.