mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
fix: query code error
This commit is contained in:
parent
e6a73dead9
commit
908ed06c33
@ -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
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user