diff --git a/js/background.js b/js/background.js index 09ccea2f..5a4a4e3c 100644 --- a/js/background.js +++ b/js/background.js @@ -226,9 +226,10 @@ async function getCurrentSemesters() { if (current_semesters[name] != sem_num) { current_semesters[name] = sem_num; } - }); + } + } } - }); + } } // use the utexas review api for getting the list of departments