Skip to content

Commit

Permalink
Merge pull request #1320 from brave/master
Browse files Browse the repository at this point in the history
Production Release 2024-08-16
  • Loading branch information
IanKrieger committed Aug 16, 2024
2 parents 2e0d4bd + c64b3ef commit eb14ab9
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 @@ -248,7 +248,7 @@ export function transformEditForm(
creativeIds: adSet.creatives
.filter((c) => c.included && !!c.id)
.map((c) => c.id) as string[],
price: form.price,
price: transformPrice(form),
billingType: form.billingType,
});
}
Expand Down

0 comments on commit eb14ab9

Please sign in to comment.