Failed to compile.
./src/util/Yelp.js
Line 7:38: 'blahblahblahapikey' is not defined no-undef
Line 7:122: 'restofmyapikeyblahblahblah' is not defined no-undef
Ah, wait. Line 7 is where the issue was, not line 1. For whatever reason instead of using the variable I defined I copied the API key directly and it gave me an issue.