fixes broken domains

This commit is contained in:
Akshay Nair
2022-02-07 19:44:12 +05:30
parent 6fcff3b42c
commit 3f80b2f43c
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@
"repo": "https://github.com/xryshirfxn/xryshirfxn.github.io",
"owner": {
"username": "xryshirfxn",
"email": "",
"twitter": "xryshirfxn"
},
"record": {
+1 -1
View File
@@ -17,7 +17,7 @@ const toHostList = R.chain(data => {
ttl: TTL,
...(recordType === 'MX' ? { priority: index + 20 } : {})
}))
, rs);
, rs);
});
const registerDomains = async ({ domainService, getDomains, log = () => { } }) => {