Skip to content

Commit

Permalink
Fixed issue with EventEmitter import
Browse files Browse the repository at this point in the history
  • Loading branch information
mdidon committed Jan 31, 2022
1 parent 26efb69 commit c355b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/browser.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import EventEmitter from 'events'
import { EventEmitter } from 'events'
import Service, { ServiceRecord } from './service'
import { toString as ServiceToString, toType as ServiceToType } from './service-types'
import DnsTxt from './dns-txt'
Expand Down

0 comments on commit c355b72

Please sign in to comment.