Skip to content

Commit

Permalink
fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tektaxi committed Mar 18, 2021
1 parent 18d193a commit a447457
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scrape.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ export async function get_student(
return undefined;
}
// exclude classes that don't recieve grades in Aspen
if (["Study Support", "Advisory", "Community Meeting", "PE Athletics", "PE 10-12 Wellness Elective"].includes(details.name)) {
if (["Study Support", "Advisory", "Community Meeting", "PE Athletics",
"PE 10-12 Wellness Elective"].includes(details.name)) {
return undefined;
}

Expand Down

0 comments on commit a447457

Please sign in to comment.