Browse Source

fix typo in Server.js

pull/1089/head
Max 10 months ago
committed by GitHub
parent
commit
e6d2d95340
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/lib/Server.js

2
src/lib/Server.js

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

Loading…
Cancel
Save