Server.js: add missing ')'
This commit is contained in:
parent
08c412fd14
commit
064e264ce8
|
@ -102,7 +102,7 @@ module.exports = class Server {
|
|||
debug(`New Session: ${event.node.req.session.id}`);
|
||||
|
||||
return { succcess: true };
|
||||
}));
|
||||
})));
|
||||
|
||||
// WireGuard
|
||||
app.use(
|
||||
|
|
Loading…
Reference in New Issue