[TIL] HW5 Refactoring-2
TIL
Issues encountered
When I used await Posts.increment("like", { where: { postId }}, { transaction: t });, the like POST request kept spinning in the ThunderClient and never properly processed. I'm not sure what the reason is.
When I tried to get...
siwonlog.hashnode.dev3 min read