Update addRecords.js

This commit is contained in:
Tweak
2022-10-25 17:43:24 -06:00
committed by GitHub
parent a9b4a4d8ec
commit 5dee886630
+1
View File
@@ -11,6 +11,7 @@ async function addRecord(type, name, value) {
(async () => {
try {
if (!data) return
const records = Object.keys(data.target)
for (const i in records) {
recordType = records[i]