From 3cc468f1cd331b00d3662ed2bfdb1041bcb3a089 Mon Sep 17 00:00:00 2001 From: Lukas-Zenick Date: Fri, 23 Dec 2022 17:42:24 -0600 Subject: [PATCH] mismatched parenthesis --- js/background.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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