mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-07-30 04:21:56 +00:00
Update addRecords.js
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user