mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
fix lint/format
GitOrigin-RevId: addbc87e6a7139e2e6852ce9249cef8d9594619d
This commit is contained in:
parent
2c335802ca
commit
304a30887f
2 changed files with 0 additions and 5 deletions
|
@ -715,9 +715,6 @@ const ProjectController = {
|
|||
const { subscription } = results
|
||||
const { brandVariation } = results
|
||||
|
||||
const daysSinceLastUpdated =
|
||||
(new Date() - project.lastUpdated) / 86400000
|
||||
|
||||
const token = TokenAccessHandler.getRequestToken(req, projectId)
|
||||
const { isTokenMember } = results
|
||||
AuthorizationManager.getPrivilegeLevelForProject(
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
const _ = require('underscore')
|
||||
const path = require('path')
|
||||
const logger = require('logger-sharelatex')
|
||||
const DocstoreManager = require('../Docstore/DocstoreManager')
|
||||
const Errors = require('../Errors/Errors')
|
||||
const ProjectGetter = require('./ProjectGetter')
|
||||
|
|
Loading…
Reference in a new issue