From d68edc6b94302726c17688fdb4b1e7a510ee8fd2 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Wed, 30 Oct 2024 21:33:47 -0400 Subject: [PATCH] chore: fixing json and formatting --- domains/i3vie.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/domains/i3vie.json b/domains/i3vie.json index d92df3a95..031f452d7 100644 --- a/domains/i3vie.json +++ b/domains/i3vie.json @@ -1,9 +1,10 @@ { - "owner": { - "username": "i3vie" - "discord": "i3vie" - }, - "record": { - "CNAME": "i3vie.port0.org" - } + "owner": { + "username": "i3vie", + "discord": "i3vie", + "email": "" + }, + "record": { + "CNAME": "i3vie.port0.org" + } }