omerbenda

Results 1 comments of omerbenda

Your problem lies at: `return res.status(411).json({ message: 'Incorrect inputs' });` and `return res.json({ answer });`. Removing the return statements should fix your problem, the TS error clarifies that you passed...