joeldotsh

Results 1 comments of joeldotsh

Update: I was able to fix the type errors by adjusting `http[method](...)` to `http[method](...)`. I guess the issue came down to trying to return `HttpResponse.json(response, { status, });`, which has...