Skip to content

Commit

Permalink
fix: webrtc import (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdborton authored Sep 14, 2021
1 parent 5cdced6 commit 3b5d9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/global.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { announceList } from 'create-torrent'
import * as wrtc from 'wrtc'
import wrtc from 'wrtc'

globalThis.WEBTORRENT_ANNOUNCE = announceList
.map(arr => arr[0])
Expand Down

0 comments on commit 3b5d9bb

Please sign in to comment.