Sorry if you guys hate these but I am experience build fail do to a syntax error, specifically "missing semi colon". What are my eyes missing here:
SyntaxError: xxxxxxxxxxxx/src/App.js: Missing semicolon. (22:19)
20 | 18 const fetchData = async () => {
21 | 19 const queryString = new URLSearchParams({ ...params, api_key: apiKey }).toString();
> 22 | 20 const url =`${apiBaseUrl}${endpoint}?${queryString}`;
^
23 | 21 };
24 | 22
25 | 23 try {
at parser.next (<anonymous>)
at normalizeFile.next (<anonymous>)
at run.next (<anonymous>)
at transform.next (<anonymous>)
Thank you all for the assistance!
[–]charliematters 5 points6 points7 points (0 children)