Skip to content

Commit

Permalink
Remove unused require
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbeck committed Mar 2, 2023
1 parent b40a832 commit 514482f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/server.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const Duplex = require('stream').Duplex;
const browserChannel = require('browserchannel').server;
const path = require('path');
const util = require('util');

module.exports = function(backend, serverOptions) {
Expand Down

0 comments on commit 514482f

Please sign in to comment.