diff --git a/migrations/20180110_nextPaymentProcessing.js b/migrations/20180110_nextPaymentProcessing.js index b271210767..293dcb354c 100644 --- a/migrations/20180110_nextPaymentProcessing.js +++ b/migrations/20180110_nextPaymentProcessing.js @@ -50,6 +50,7 @@ function updateUsers (users) { } function updateUser (user) { + count++; var set = { 'purchased.plan.nextPaymentProcessing': new Date(user.purchased.plan.nextPaymentProcessing),