mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
fix typos in migration to convert field for Apple subscribers
This commit is contained in:
@@ -50,6 +50,7 @@ function updateUsers (users) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function updateUser (user) {
|
function updateUser (user) {
|
||||||
|
count++;
|
||||||
|
|
||||||
var set = {
|
var set = {
|
||||||
'purchased.plan.nextPaymentProcessing': new Date(user.purchased.plan.nextPaymentProcessing),
|
'purchased.plan.nextPaymentProcessing': new Date(user.purchased.plan.nextPaymentProcessing),
|
||||||
|
|||||||
Reference in New Issue
Block a user