Skip to content

Commit

Permalink
chore: update import
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jul 2, 2024
1 parent 88f67c6 commit 8a8b112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transport-webrtc/src/util.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { detect } from 'detect-browser'
import pDefer from 'p-defer'
import pTimeout from 'p-timeout'
import { DEFAULT_ICE_SERVERS } from './constants'
import { DEFAULT_ICE_SERVERS } from './constants.js'
import type { LoggerOptions } from '@libp2p/interface'

const browser = detect()
Expand Down

0 comments on commit 8a8b112

Please sign in to comment.