Skip to content

Commit

Permalink
fix(core): Fix channel association on promotion update (#2376)
Browse files Browse the repository at this point in the history
  • Loading branch information
seminarian authored and michaelbromley committed Sep 7, 2023
1 parent ef3d2f9 commit 47e688d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/service/services/promotion.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 47e688d

Please sign in to comment.