Blankeos
Blankeos
CCConvex Community
Created by Blankeos on 9/14/2023 in #support-community
Is there a way to get the type of a schema?
Thanks @ballingt !
4 replies
CCConvex Community
Created by Blankeos on 9/14/2023 in #support-community
await request.json() destructuring body?
Got it, thanks for this!
6 replies
CCConvex Community
Created by Blankeos on 9/14/2023 in #support-community
await request.json() destructuring body?
Thanks @lee ! That works. Damn I feel stupid haha. I was following this part of the documentation though: https://docs.convex.dev/functions/http-actions#defining-http-actions
// convex/messages.ts
const { author, body } = await request.json();
// convex/messages.ts
const { author, body } = await request.json();
In which case does destructuring work?
6 replies