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
Right now on the favorite table we store whether the song is favorited in the type column, whereas it seems like we should just delete that instance. Seems like it's creating two ways of determing if a song is unfavorited or not (it's either type: false or non-existent).
The text was updated successfully, but these errors were encountered:
Right now on the favorite table we store whether the song is favorited in the
type
column, whereas it seems like we should just delete that instance. Seems like it's creating two ways of determing if a song is unfavorited or not (it's eithertype: false
or non-existent).The text was updated successfully, but these errors were encountered: