diff --git a/server-ce/hotfix/2.5.2/12_update_token_email.js b/server-ce/hotfix/2.5.2/12_update_token_email.js index e4d6e32254..5ac870bff7 100644 --- a/server-ce/hotfix/2.5.2/12_update_token_email.js +++ b/server-ce/hotfix/2.5.2/12_update_token_email.js @@ -1,6 +1,7 @@ const Settings = require('settings-sharelatex') const mongojs = require('mongojs') const db = mongojs(Settings.mongo.url, ['tokens']) +// eslint-disable-next-line import/no-extraneous-dependencies const async = require('async') exports.migrate = (client, done) => {