mirror of
https://github.com/Mintplex-Labs/express-ws.git
synced 2026-07-19 14:23:36 -04:00
Remove trailing whitespace in add-ws-method.js
This commit is contained in:
@@ -20,7 +20,7 @@ export default function addWsMethod(target) {
|
||||
* directly, it's just to let our request propagate internally, so that we can
|
||||
* leave the regular middleware execution and error handling to Express. */
|
||||
this.get.apply(this, [wsRoute].concat(wrappedMiddlewares));
|
||||
|
||||
|
||||
/*
|
||||
* Return `this` to allow for chaining:
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user