We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c882c commit 4757dc4Copy full SHA for 4757dc4
src/request/url/parser/get_records.ts
@@ -28,7 +28,7 @@ export default function getRecords(url : URL) : DnsRecord[] {
28
29
records.forEach((recordValue, recordIndex) => {
30
const record = JSON.parse(recordValue) as Partial<DnsRecord>
31
-
+
32
if (!record.type) {
33
throw new MissingURLParameterValueError(`${key}[${recordIndex}].type`)
34
}
0 commit comments