Skip to content

Commit ed3a92d

Browse files
Siri PerssonSiri Persson
authored andcommitted
Extra token
1 parent c8ebf81 commit ed3a92d

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
@@ -227,9 +227,9 @@ jsFlowTracker.prototype._onWebRtcIce = function (payload, from) {
227227
else {
228228
console.error('Candidate refers to a peer not yet created. Buffering ICE!', payload);
229229
self.storeIce.push(payload.candidate)
230+
}
230231
}
231232
}
232-
233233
jsFlowTracker.prototype._sendAnnounce = function (params) {
234234
var self = this
235235
jsFlow.messageUser(params.trackerid, params, 'announce')

0 commit comments

Comments
 (0)