mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 06:24:36 +00:00
format fix
This commit is contained in:
parent
ef0d9c5afc
commit
f5f83854eb
3 changed files with 3 additions and 3 deletions
services/chat
|
@ -129,7 +129,6 @@ module.exports = MessageManager = {
|
|||
return query
|
||||
}
|
||||
}
|
||||
|
||||
;[
|
||||
'createMessage',
|
||||
'getMessages',
|
||||
|
|
|
@ -147,7 +147,6 @@ module.exports = ThreadManager = {
|
|||
})
|
||||
}
|
||||
}
|
||||
|
||||
;[
|
||||
'findOrCreateThread',
|
||||
'findAllThreadRooms',
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Add table
Reference in a new issue