mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Fix lint issues (#7428)
GitOrigin-RevId: bce6060c597ae9b51a01b849f405c8f7a23b6747
This commit is contained in:
parent
cdbf3879b4
commit
353813ce23
1 changed files with 1 additions and 0 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue