Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philcockfield committed Oct 23, 2023
1 parent 0a6b078 commit a39ca3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default Test.describe('WebrtcNetworkAdapter', (e) => {
/**
* TODO 🐷
*/
const options = Webrtc.Peer.options();
const options = Webrtc.PeerJs.options();
console.log('options', options);
});
});
Expand Down

0 comments on commit a39ca3e

Please sign in to comment.