api
api copied to clipboard
06-User-Actions (indexOf error)
in code: (mutation.js)
const hasUser = noteCheck.favoritedBy.indexOf(user.id);
throwing internal server error^
"message": "noteCheck.favoritedBy.indexOf is not a function",
am I wrong?