This commit is contained in:
Brian Gough 2018-08-02 14:14:23 +01:00
parent d6ab6ce6ee
commit b9597358a9

View file

@ -26,7 +26,7 @@ const updateUsers = (users, callback) =>
return
}
counter += users.length
console.log(`${counter} users updated`);
console.log(`${counter} users updated`)
if (DO_ALL) {
return loopForUsers(callback)
} else {