mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
fix(migration): actually count
This commit is contained in:
parent
dd86b96433
commit
d9240f7887
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue