1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-14 06:24:36 +00:00

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
services/chat
app/js/Features
config

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: {