mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-09-05 00:18:31 +00:00
fixes broken domains
This commit is contained in:
@@ -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