SimbaNinja

Results 3 issues of SimbaNinja

Hello, When I did the API POST request below to add an _Audio+Text_ note to my deck, several times, the duplicate check fails and note is added multiple times. This...

How can I parse the JSON from a POST request ? The code below isn't working ``` melonpan.post("/user" , (req, ctx) => { let user_request = req.json().then((data) => { console.log(data);...