mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Don't return obj
This commit is contained in:
parent
a299d7335d
commit
5d8e201732
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ module.exports = Router =
|
|||
# Called with 4 args, things are as expected
|
||||
else
|
||||
logger.error { arguments: arguments }, "unexpected arguments"
|
||||
return {} # ????
|
||||
return # ????
|
||||
|
||||
WebsocketController.joinDoc client, doc_id, fromVersion, options, (err, args...) ->
|
||||
if err?
|
||||
|
|
Loading…
Reference in a new issue