resonatecoop / api

The one Resonate API to rule them all

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove type from favorite

simonv3 opened this issue · comments

commented

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).