Parcourir la source

fix(core): Fix channel association on promotion update (#2376)

Pieter Doms il y a 2 ans
Parent
commit
e1ff2c7933
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      packages/core/src/service/services/promotion.service.ts

+ 0 - 1
packages/core/src/service/services/promotion.service.ts

@@ -184,7 +184,6 @@ export class PromotionService {
                         this.configArgService.parseInput('PromotionAction', a),
                     );
                 }
-                await this.channelService.assignToCurrentChannel(p, ctx);
             },
         });
         await this.customFieldRelationService.updateRelations(ctx, Promotion, input, updatedPromotion);