You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible that when you use () => Axios.post(url, {body: {_id}}) that it actually will create a specific function for that, which is unnecessary. It would be more appropriate to have a single function that uses the _id is a parameter.
The text was updated successfully, but these errors were encountered:
It's possible that when you use
() => Axios.post(url, {body: {_id}})
that it actually will create a specific function for that, which is unnecessary. It would be more appropriate to have a single function that uses the_id
is a parameter.The text was updated successfully, but these errors were encountered: