Explorar el Código

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

Pieter Doms hace 2 años
padre
commit
e1ff2c7933
Se han modificado 1 ficheros con 0 adiciones y 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);