From 908ed06c331ab263ff44a50dfa0740ba15ef4cd5 Mon Sep 17 00:00:00 2001 From: Junseo Park Date: Thu, 18 Feb 2021 13:33:29 +0900 Subject: [PATCH] fix: query code error --- utils/Query.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Query.ts b/utils/Query.ts index d32f911..a9c2c01 100644 --- a/utils/Query.ts +++ b/utils/Query.ts @@ -192,7 +192,7 @@ async function submitBot(id: string, data: AddBotSubmit) { web: data.website, git: data.git, url: data.url, - category: data.category, + category: JSON.stringify(data.category), discord: data.discord, state: 0 })