Skip to content

Commit 4757dc4

Browse files
committed
Update get_records.ts
1 parent e2c882c commit 4757dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/request/url/parser/get_records.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function getRecords(url : URL) : DnsRecord[] {
2828

2929
records.forEach((recordValue, recordIndex) => {
3030
const record = JSON.parse(recordValue) as Partial<DnsRecord>
31-
31+
3232
if (!record.type) {
3333
throw new MissingURLParameterValueError(`${key}[${recordIndex}].type`)
3434
}

0 commit comments

Comments
 (0)