Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Oct 7, 2024
1 parent df83503 commit 3e8b6f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ impl Operation for CleanupOldEdgesOperation {
});
let mut task = ctx.task(task_id, TaskDataCategory::All);
for &(collectible, count) in collectibles.iter() {
update_count!(task, Collectible { collectible }, count);
update_count!(task, Collectible { collectible }, -count);
}
queue.extend(AggregationUpdateJob::data_update(
&mut task,
Expand Down

0 comments on commit 3e8b6f2

Please sign in to comment.