format fix

This commit is contained in:
Shane Kilkelly
2019-06-27 10:47:27 +01:00
parent ef0d9c5afc
commit f5f83854eb
3 changed files with 3 additions and 3 deletions

View File

@@ -129,7 +129,6 @@ module.exports = MessageManager = {
return query
}
}
;[
'createMessage',
'getMessages',

View File

@@ -147,7 +147,6 @@ module.exports = ThreadManager = {
})
}
}
;[
'findOrCreateThread',
'findAllThreadRooms',

View File

@@ -17,7 +17,9 @@ module.exports = {
},
mongo: {
url: process.env['MONGO_CONNECTION_STRING'] || `mongodb://${process.env['MONGO_HOST'] || 'localhost'}/sharelatex`
url:
process.env['MONGO_CONNECTION_STRING'] ||
`mongodb://${process.env['MONGO_HOST'] || 'localhost'}/sharelatex`
},
redis: {