diff --git a/domains/EnderDev.json b/domains/enderdev.json similarity index 100% rename from domains/EnderDev.json rename to domains/enderdev.json diff --git a/domains/xryshirfxn.json b/domains/xryshirfxn.json index c2da6e5dc..2a6d5e2aa 100644 --- a/domains/xryshirfxn.json +++ b/domains/xryshirfxn.json @@ -3,6 +3,7 @@ "repo": "https://github.com/xryshirfxn/xryshirfxn.github.io", "owner": { "username": "xryshirfxn", + "email": "", "twitter": "xryshirfxn" }, "record": { diff --git a/scripts/register-domains.js b/scripts/register-domains.js index 3f1a5a894..56a1f2688 100644 --- a/scripts/register-domains.js +++ b/scripts/register-domains.js @@ -17,7 +17,7 @@ const toHostList = R.chain(data => { ttl: TTL, ...(recordType === 'MX' ? { priority: index + 20 } : {}) })) - , rs); + , rs); }); const registerDomains = async ({ domainService, getDomains, log = () => { } }) => {