mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-18 08:24:58 +00:00
fixes broken domains
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"repo": "https://github.com/xryshirfxn/xryshirfxn.github.io",
|
||||
"owner": {
|
||||
"username": "xryshirfxn",
|
||||
"email": "",
|
||||
"twitter": "xryshirfxn"
|
||||
},
|
||||
"record": {
|
||||
|
||||
@@ -17,7 +17,7 @@ const toHostList = R.chain(data => {
|
||||
ttl: TTL,
|
||||
...(recordType === 'MX' ? { priority: index + 20 } : {})
|
||||
}))
|
||||
, rs);
|
||||
, rs);
|
||||
});
|
||||
|
||||
const registerDomains = async ({ domainService, getDomains, log = () => { } }) => {
|
||||
|
||||
Reference in New Issue
Block a user