Skip to content

Commit

Permalink
remove duplicate dns status enum
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Jan 31, 2024
1 parent bb731b1 commit e563a14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ensjs/src/utils/dns/misc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ export enum DnsResponseStatus {
NOTAUTH = 9,
NOTZONE = 10,
DSOTYPENI = 11,
BADVERS = 16,
BADSIG = 16,
BADVERS = 16, // also 16 = BADSIG but not important
BADKEY = 17,
BADTIME = 18,
BADMODE = 19,
Expand Down

0 comments on commit e563a14

Please sign in to comment.