mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
remove unused module var
This commit is contained in:
parent
36b646bb84
commit
dafe69b5e6
1 changed files with 1 additions and 2 deletions
|
@ -1,11 +1,10 @@
|
||||||
let ResourceStateManager
|
|
||||||
const Path = require('path')
|
const Path = require('path')
|
||||||
const fs = require('fs')
|
const fs = require('fs')
|
||||||
const logger = require('logger-sharelatex')
|
const logger = require('logger-sharelatex')
|
||||||
const Errors = require('./Errors')
|
const Errors = require('./Errors')
|
||||||
const SafeReader = require('./SafeReader')
|
const SafeReader = require('./SafeReader')
|
||||||
|
|
||||||
module.exports = ResourceStateManager = {
|
module.exports = {
|
||||||
// The sync state is an identifier which must match for an
|
// The sync state is an identifier which must match for an
|
||||||
// incremental update to be allowed.
|
// incremental update to be allowed.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue