Skip to content

Commit

Permalink
fix: up news dailyCap to 4 (#957)
Browse files Browse the repository at this point in the history
* fix: up news dailyCap to 4

* fix: make explicit news should be 4
  • Loading branch information
IanKrieger authored Oct 26, 2023
1 parent 004951b commit 150cd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user/library/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function transformNewForm(
return {
currency: form.currency,
externalId: "",
dailyCap: 1,
dailyCap: form.format === CampaignFormat.NewsDisplayAd ? 4 : 1,
dailyBudget: form.dailyBudget,
endAt: form.endAt,
pacingStrategy: CampaignPacingStrategies.ModelV1,
Expand Down

0 comments on commit 150cd58

Please sign in to comment.