mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01: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
1 changed files with 2 additions and 0 deletions
|
@ -225,6 +225,8 @@ exports.handleMessage = function(client, message)
|
||||||
},
|
},
|
||||||
finalHandler
|
finalHandler
|
||||||
]);
|
]);
|
||||||
|
} else {
|
||||||
|
finalHandler();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue