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
Describe the bug
When the request for a like product review is sent again, all previous likes and dislikes, both mine and those of other users, are removed.
Expected Result
Upon resending the request with
{
"isLike" : "true"
}
the previously set like should be removed.
Actual Result
Upon resending the request
{
"isLike" : "true"
}
all likes/dislikes are removed.