Skip to content

Commit

Permalink
refactor(server): renamed ws server
Browse files Browse the repository at this point in the history
  • Loading branch information
knagaitsev committed May 27, 2019
1 parent 8f6bd69 commit 11b6522
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion lib/servers/WsServer.js → lib/servers/WebsocketServer.js
Expand Up @@ -5,4 +5,4 @@ const BaseServer = require('./BaseServer');

// ws server implementation under construction
// will need changes in the client as well to function
module.exports = class WsServer extends BaseServer {};
module.exports = class WebsocketServer extends BaseServer {};
8 changes: 0 additions & 8 deletions lib/servers/wsServer.js

This file was deleted.

0 comments on commit 11b6522

Please sign in to comment.