Skip to content

Commit

Permalink
Fix incorrect course ids in section data
Browse files Browse the repository at this point in the history
  • Loading branch information
xenosf committed Mar 18, 2024
1 parent fbeb1af commit 81ed6fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
"section1InCourse1": {
"id": "00000000-0000-4000-8000-000000000201",
"course": {
"id": "course-1"
"id": "tm.e2e.FRankRcptQn.CS2104"
},
"name": "Section 1"
},
"section1InCourse2": {
"id": "00000000-0000-4000-8000-000000000202",
"course": {
"id": "course-2"
"id": "tm.e2e.FRankRcptQn.CS1101"
},
"name": "Section 2"
}
Expand Down

0 comments on commit 81ed6fe

Please sign in to comment.