From b9597358a959b22e9b2b002b5f8ff1108b57e57e Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Thu, 2 Aug 2018 14:14:23 +0100 Subject: [PATCH] lint fix --- services/web/scripts/increase_compile_timeouts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/scripts/increase_compile_timeouts.js b/services/web/scripts/increase_compile_timeouts.js index 6889f26962..185c563277 100644 --- a/services/web/scripts/increase_compile_timeouts.js +++ b/services/web/scripts/increase_compile_timeouts.js @@ -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 {