Skip to content

Commit

Permalink
fix: fix EEE CDC bug
Browse files Browse the repository at this point in the history
note that this is a temporary fix that does not fix the underlying problem
  • Loading branch information
skoriop authored Jul 31, 2024
1 parent 1402e5f commit ef68cf1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/CDCs.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"EEE F244",
"ECON/MGTS F211/F211"
],
"3-1": ["EEE F311", "MATH/ME F212/F344", "EEE F313"],
"3-1": ["EEE F311", "MATH F212", "EEE F313"],
"3-2": ["EEE F341", "EEE F342", "EEE F312"]
},
"A4": {
Expand Down Expand Up @@ -395,7 +395,7 @@
"EEE F243",
"EEE F244"
],
"4-1": ["EEE F311", "MATH/ME F212/F344", "EEE F313"],
"4-1": ["EEE F311", "MATH F212", "EEE F313"],
"4-2": ["EEE F341", "EEE F342", "EEE F312"]
},
"B1A4": {
Expand Down Expand Up @@ -646,7 +646,7 @@
"EEE F243",
"EEE F244"
],
"4-1": ["EEE F311", "MATH/ME F212/F344", "EEE F313"],
"4-1": ["EEE F311", "MATH F212", "EEE F313"],
"4-2": ["EEE F341", "EEE F342", "EEE F312"]
},
"B2A4": {
Expand Down Expand Up @@ -898,7 +898,7 @@
"EEE F243",
"EEE F244"
],
"4-1": ["EEE F311", "MATH/ME F212/F344", "EEE F313"],
"4-1": ["EEE F311", "MATH F212", "EEE F313"],
"5-2": ["EEE F341", "EEE F342", "EEE F312"]
},
"B3A4": {
Expand Down Expand Up @@ -1417,7 +1417,7 @@
"EEE F243",
"EEE F244"
],
"4-1": ["EEE F311", "MATH/ME F212/F344", "EEE F313"],
"4-1": ["EEE F311", "MATH F212", "EEE F313"],
"4-2": ["EEE F341", "EEE F342", "EEE F312", "PHY F344"]
},
"B5A4": {
Expand Down

0 comments on commit ef68cf1

Please sign in to comment.