Browse Source

Server.js: add missing ')'

pull/880/head
Philip H 1 year ago
committed by GitHub
parent
commit
064e264ce8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/lib/Server.js

2
src/lib/Server.js

@ -102,7 +102,7 @@ module.exports = class Server {
debug(`New Session: ${event.node.req.session.id}`); debug(`New Session: ${event.node.req.session.id}`);
return { succcess: true }; return { succcess: true };
})); })));
// WireGuard // WireGuard
app.use( app.use(

Loading…
Cancel
Save