Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/eightants/idemoed/g4gcbzl3m |
|
Very cool PR! I like the error handling (it is very much needed). But I think the service functions (devpost.ts) should be able to Then on the controller side (in this case our route handler) they could try catch for the thrown errors and return a error response object. This also helps us cover our butts as it also catches other errors that aren't explicitly thrown by us. Idk, just a thought. Either way the implementation looks great! |
No description provided.