Skip to content

Commit 6704c31

Browse files
committed
1 parent f55937d commit 6704c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Socket.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const WebSocket = require('isomorphic-ws');
2-
const EventEmitter = require('events');
2+
const {EventEmitter} = require('events');
33
const hash = require('./util/authenticationHashing');
44
const Status = require('./Status');
55
const debug = require('debug')('obs-websocket-js:Socket');

0 commit comments

Comments
 (0)