Skip to content

Commit

Permalink
fix polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
nferch authored Dec 1, 2023
1 parent e23eb05 commit 9705c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polyfill/RTCPeerConnection.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default class _RTCPeerConnection extends EventTarget {
return url;
});
})
.flat(),
.flat() ?? [],
});

// forward peerConnection events
Expand Down

0 comments on commit 9705c7f

Please sign in to comment.