Fix kit discounts incorrectly applying to freebie items#704
Fix kit discounts incorrectly applying to freebie items#704
Conversation
|
@claude review |
|
Claude finished @vitorrgg's task in 42s —— View job Code Review
SummaryThis PR fixes a logical inconsistency in the kit discount logic inside AnalysisThe Bug
const itemsForKit = params.items.filter((item) => {
return !item.flags?.includes('freebie');
});This filtered list was correctly passed to The Fix All three
Assessment
No issues found. The PR is clean and the fix is minimal and appropriate. |
No description provided.