Skip to content

Commit

Permalink
temp update MIN_CAMPAIGN_BUDGET_VALUE
Browse files Browse the repository at this point in the history
  • Loading branch information
ivopaunov committed Aug 27, 2024
1 parent ab0bf3a commit 305ff33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type ReducedCampaign = Omit<
>

const MIN_CAMPAIGN_BUDGET_VALUE_ADMIN = 20
const MIN_CAMPAIGN_BUDGET_VALUE = 300
const MIN_CAMPAIGN_BUDGET_VALUE = 130
const MIN_CPM_VALUE = 0.1
const LS_KEY_CREATE_CAMPAIGN = 'createCampaign'
const LS_KEY_CREATE_CAMPAIGN_STEP = 'createCampaignStep'
Expand Down

0 comments on commit 305ff33

Please sign in to comment.