Skip to content

Commit

Permalink
Fix code formatting some more
Browse files Browse the repository at this point in the history
  • Loading branch information
psvenk committed Mar 18, 2021
1 parent a447457 commit 8a73fd6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/scrape.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ 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 8a73fd6

Please sign in to comment.