Skip to content

Commit a0e241d

Browse files
author
Suhas Hariharan
committed
fixed linter issues
Signed-off-by: Suhas Hariharan <[email protected]>
1 parent 19542b0 commit a0e241d

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

src/js/background.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,3 @@ function message_recieve (message) {
4444
break;
4545
}
4646
}
47-
48-

src/js/helpers.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ async function saveGradesLocally (username, courses) {
214214
browser.storage.local.set(user_data);
215215
}
216216

217-
218-
219217
export {
220218
gradeToFP,
221219
grade_fp,

src/js/saspowerschoolff.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function main () {
7070
class_page();
7171
} else if (page_url === "https://powerschool.sas.edu.sg/guardian/home.html" || page_url === "https://powerschool.sas.edu.sg/public/" || page_url === "https://powerschool.sas.edu.sg/public/home.html") {
7272
login_page();
73-
}
73+
}
7474
}
7575

7676
function main_page () {

0 commit comments

Comments
 (0)