remove unused module var

This commit is contained in:
Brian Gough 2020-12-18 15:46:16 +00:00
parent 36b646bb84
commit dafe69b5e6

View file

@ -1,11 +1,10 @@
let ResourceStateManager
const Path = require('path')
const fs = require('fs')
const logger = require('logger-sharelatex')
const Errors = require('./Errors')
const SafeReader = require('./SafeReader')
module.exports = ResourceStateManager = {
module.exports = {
// The sync state is an identifier which must match for an
// incremental update to be allowed.
//