Skip to content

Commit 08e0cab

Browse files
committedOct 24, 2024·
Don't send reqs as a JSON string
1 parent 0f5a8f4 commit 08e0cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/actions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ export const actions: {[k: string]: QueryHandler} = {
10551055
await smogonFetch("tools/api/suspect-create", "POST", {
10561056
url: params.url,
10571057
date: start + "",
1058-
reqs: JSON.stringify(reqs),
1058+
reqs,
10591059
format: id,
10601060
});
10611061
} catch (e: any) {

0 commit comments

Comments
 (0)
Please sign in to comment.