Deddy Setiawan
Results
1
comments of
Deddy Setiawan
trafficstars
Add this if else condition to handle the typescript ``` if(Array.isArray(result)){ //your thing } else { //res send status 500 } ```