fix(medusa): fix update promotion's request type (#8966)

Fix the validator of the update promotion API route to match the update workflow input's type.
This commit is contained in:
Shahed Nasser
2024-09-03 15:08:22 +00:00
committed by GitHub
parent 58f297cc75
commit 423583e06c
3 changed files with 1 additions and 23 deletions
@@ -138,7 +138,7 @@ export interface UpdatePromotionDTO {
/**
* The associated application method.
*/
application_method?: UpdateApplicationMethodDTO
application_method?: Omit<UpdateApplicationMethodDTO, "id">
/**
* The associated campaign's ID.