Skip to content

Commit 27b4e8d

Browse files
committed
Minor changes
1 parent 6cbc112 commit 27b4e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jsflow-tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jsFlowTracker.prototype._onWebRtcOffer = function (payload, from) {
163163
console.info('Peer connection destroyed, will remove from list of peers!')
164164
delete self._peers[from]
165165
})
166-
166+
167167
peer.on('signal', function (signalObject) {
168168
console.log('GOT SIGNAL, expecting answer/ice', signalObject);
169169
if(signalObject.candidate) { // The signalling is for ICE

0 commit comments

Comments
 (0)