chore: fix lint warnings (#385)

This commit is contained in:
Samuel Gunter
2024-10-22 21:47:35 -05:00
committed by GitHub
parent 643ea13207
commit eb306787ae
9 changed files with 19 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ chrome.runtime.onInstalled.addListener(details => {
});
// migration/login logic
chrome.tabs.onUpdated.addListener(async (tabId, changeInfo, tab) => {
chrome.tabs.onUpdated.addListener(async (tabId, changeInfo) => {
// console.log(changeInfo);
if (changeInfo.url === 'https://utdirect.utexas.edu/apps/registrar/course_schedule/utrp_login/') {
function openPopupAction() {