Skip to content

Commit

Permalink
tasks/mitImport: add 15.305 to skip class list for 2023SP
Browse files Browse the repository at this point in the history
  • Loading branch information
thatoddmailbox committed May 10, 2023
1 parent 96c6705 commit 8e947d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/mitImport.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ var skipClasses = map[string][]string{
"2022FA": {"15.S24", "15.830", "21M.138", "21M.460"},
"2022SP": {"8.962"},
"2023FA": {"2.681", "6.9110", "6.9130", "12.703", "15.401", "15.830", "16.650", "16.667", "21M.460"},
"2023SP": {"15.305"},
}

type catalogListing struct {
Expand Down

0 comments on commit 8e947d8

Please sign in to comment.