Explorar o código

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

Pieter Doms %!s(int64=2) %!d(string=hai) anos
pai
achega
e1ff2c7933
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);