Skip to content

Commit 60b487e

Browse files
author
Suhas Hariharan
committed
fixed linter errors
Signed-off-by: Suhas Hariharan <[email protected]>
1 parent b1f5fbd commit 60b487e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/saspowerschoolff.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ function getCourses (second_semester, sem1_col, sem2_col) {
276276
if (gradeToGPA($first_grade.text()) !== -1) {
277277
new (Vue.extend(ClassGrade))({
278278
propsData: {
279-
course: new Course("", `https://powerschool.sas.edu.sg/guardian/${$first_grade.attr('href')}`, $first_grade.text(), finalPercent)
279+
course: new Course("", `https://powerschool.sas.edu.sg/guardian/${$first_grade.attr('href')}`, $first_grade.text(), finalPercent),
280280
},
281281
}).$mount($first_grade.get(0));
282282
}

0 commit comments

Comments
 (0)