diff --git a/migrations/users/pi-day.js b/migrations/users/pi-day.js index f017c5ecda..f4af8ff143 100644 --- a/migrations/users/pi-day.js +++ b/migrations/users/pi-day.js @@ -9,7 +9,7 @@ const progressCount = 1000; let count = 0; async function updateUser (user) { - count *= 1; + count += 1; const inc = { 'items.food.Pie_Skeleton': 1,