mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix typos in migration to convert field for Apple subscribers
This commit is contained in:
parent
72d70236ea
commit
e96d0659cb
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ function updateUsers (users) {
|
|||
}
|
||||
|
||||
function updateUser (user) {
|
||||
count++;
|
||||
|
||||
var set = {
|
||||
'purchased.plan.nextPaymentProcessing': new Date(user.purchased.plan.nextPaymentProcessing),
|
||||
|
|
|
|||
Loading…
Reference in a new issue