mirror of
https://github.com/smogon/pokemon-showdown-loginserver.git
synced 2026-03-21 17:34:38 -05:00
Don't send reqs as a JSON string
This commit is contained in:
parent
0f5a8f4200
commit
08e0cabf2b
|
|
@ -1055,7 +1055,7 @@ export const actions: {[k: string]: QueryHandler} = {
|
|||
await smogonFetch("tools/api/suspect-create", "POST", {
|
||||
url: params.url,
|
||||
date: start + "",
|
||||
reqs: JSON.stringify(reqs),
|
||||
reqs,
|
||||
format: id,
|
||||
});
|
||||
} catch (e: any) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user