Browse Source

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

Pieter Doms 2 years ago
parent
commit
47e688d053
1 changed files with 0 additions and 1 deletions
  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);