Skip to content

Commit

Permalink
feat: Do not get cap from duplicated cp
Browse files Browse the repository at this point in the history
  • Loading branch information
d-beezee committed Jun 28, 2024
1 parent ad4e60e commit 7f07ecc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/dossiers/_post/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,6 @@ export default class RouteItem extends UserRoute<{
: {}),
...(campaignToDuplicate
? {
desired_number_of_testers:
campaignToDuplicate.desired_number_of_testers,
min_allowed_media: campaignToDuplicate.min_allowed_media,
cust_bug_vis: campaignToDuplicate.cust_bug_vis,
campaign_type: campaignToDuplicate.campaign_type,
Expand Down

0 comments on commit 7f07ecc

Please sign in to comment.