mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30: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,
|
web: data.website,
|
||||||
git: data.git,
|
git: data.git,
|
||||||
url: data.url,
|
url: data.url,
|
||||||
category: data.category,
|
category: JSON.stringify(data.category),
|
||||||
discord: data.discord,
|
discord: data.discord,
|
||||||
state: 0
|
state: 0
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user