Harsh Garg
Results
1
comments of
Harsh Garg
[ FIXED ] : In server/users.js : `const getUser = (id) => users.find((user)=> user.id === id) ` Remove the '{ }' after the '=>' , Code will work perfectly.