From 90e6b130aaad5440091aec35934e32a7c8cf79a5 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Tue, 24 Sep 2024 08:35:32 -0400 Subject: [PATCH] chore: fixing json and formatting --- domains/_vercel.kachi.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/domains/_vercel.kachi.json b/domains/_vercel.kachi.json index 0d96ddb87..fb3c8b9a1 100644 --- a/domains/_vercel.kachi.json +++ b/domains/_vercel.kachi.json @@ -1,9 +1,11 @@ { - "owner": { - "username": "joshex150", - "email": "joshex150@gmail.com" - }, - "record": { - "TXT": "vc-domain-verify=kachi.is-a.dev,54646f7970a9cf358f0c" - } + "owner": { + "username": "joshex150", + "email": "joshex150@gmail.com" + }, + "record": { + "TXT": [ + "vc-domain-verify=kachi.is-a.dev,54646f7970a9cf358f0c" + ] + } }