Skip to content

Commit

Permalink
Fixed issue with browser
Browse files Browse the repository at this point in the history
  • Loading branch information
mdidon committed Apr 6, 2021
1 parent 1403a2b commit 0907970
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
Expand Up @@ -184,7 +184,7 @@ export class Browser extends EventEmitter {
service.subtypes = types.subtypes
} else if (rr.type === 'TXT') {
service.rawTxt = rr.data
service.txt = txt.decode(rr.data)
service.txt = dnsTxt().decode(rr.data)
}
})

Expand Down

0 comments on commit 0907970

Please sign in to comment.