From 3f80b2f43c224eaaca43e6a6627a9efc6332baed Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 7 Feb 2022 19:44:12 +0530 Subject: [PATCH] fixes broken domains --- domains/{EnderDev.json => enderdev.json} | 0 domains/xryshirfxn.json | 1 + scripts/register-domains.js | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) rename domains/{EnderDev.json => enderdev.json} (100%) 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 = () => { } }) => {