Open ghost opened 7 years ago
https://github.com/KrisErdahl/bwa-u3-jammming-prj/blob/master/jammming/src/util/Spotify/Spotify.js#L87
It was a good idea to define this constant, but you're not using it everywhere that you could be, which can lead to multiple points of failure in your application if you write a typo or something.
Try using your constant here and here.
https://github.com/KrisErdahl/bwa-u3-jammming-prj/blob/master/jammming/src/util/Spotify/Spotify.js#L87
It was a good idea to define this constant, but you're not using it everywhere that you could be, which can lead to multiple points of failure in your application if you write a typo or something.
Try using your constant here and here.