amcnulty / Whoop-It-Up

A platform for viewing and creating events for the general public and friends.
https://whoopitup.herokuapp.com/
1 stars 1 forks source link

Extra invite-row created on refresh #60

Closed yankwong closed 6 years ago

yankwong commented 6 years ago

Steps to replicate it:

1) go to http://localhost:8080/profile/getUser/1 2) make sure there is an event invite for this user 3) signin 4) go to the Invite tab and notice there are now two rows 5) refresh 6) go to the Invite tab and notice there are now 3 rows

amcnulty commented 6 years ago

This has been fixed. On the server all of the events were being pushed to an array that never got emptied.