mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-09 02:20:45 +00:00
lint fix
This commit is contained in:
parent
d6ab6ce6ee
commit
b9597358a9
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue