Fix lint issues (#7428)

GitOrigin-RevId: bce6060c597ae9b51a01b849f405c8f7a23b6747
This commit is contained in:
Alf Eaton 2022-04-08 10:09:26 +01:00 committed by Copybot
parent cdbf3879b4
commit 353813ce23

View file

@ -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) => {