mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 12:16:45 +02:00
Fix glaring problem with pull request
I accidentally forgot to call finalHandler if there was no padID .... :)
This commit is contained in:
parent
79ca5f3e7c
commit
c4e660b206
@ -225,6 +225,8 @@ exports.handleMessage = function(client, message)
|
||||
},
|
||||
finalHandler
|
||||
]);
|
||||
} else {
|
||||
finalHandler();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user