Skip to content

Commit

Permalink
Housekeeping.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Jul 5, 2024
1 parent 10d4bb9 commit 723e3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coder/records/ARecord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class ARecord extends ResourceRecord {
super(name);
}

assert(net.isIPv4(ipAddress), "IP address is not in v4 or IPv4-mapped v6 format!");
assert(net.isIPv4(ipAddress), "IP address is not in IPv4 format!");

this.ipAddress = ipAddress;
}
Expand Down

0 comments on commit 723e3d0

Please sign in to comment.