ソースを参照

Fix lint issues (#7428)

GitOrigin-RevId: bce6060c597ae9b51a01b849f405c8f7a23b6747
Alf Eaton 4 年 前
コミット
353813ce23
1 ファイル変更1 行追加0 行削除
  1. 1 0
      server-ce/hotfix/2.5.2/12_update_token_email.js

+ 1 - 0
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) => {