tylerdood / clocktowertimer

https://clocktowertimer.com
3 stars 1 forks source link

Fix an edgecase in useSpotify() #15

Closed dennisschuerholz closed 8 months ago

dennisschuerholz commented 8 months ago

If localStorage returns 'undefined' the old code evaluates to true and therefore would try to do (unauthorized) API calls.