mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Fix lint issues (#7428)
GitOrigin-RevId: bce6060c597ae9b51a01b849f405c8f7a23b6747
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user