api icon indicating copy to clipboard operation
api copied to clipboard

06-User-Actions (indexOf error)

Open pt1c opened this issue 4 years ago • 0 comments

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?

pt1c avatar Oct 11 '21 07:10 pt1c