Skip to content

Commit

Permalink
fix data issues
Browse files Browse the repository at this point in the history
  • Loading branch information
weiquu committed Apr 20, 2024
1 parent 445b36c commit 0ea7a5a
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"googleId": "tm.e2e.ICSDetEdit.instr",
"name": "Teammates Test",
"email": "[email protected]"
},
"José Gómez": {
"id": "00000000-0000-4000-8000-000000000002",
"googleId": "tm.e2e.ICSDetEdit.jose.tmms",
"name": "José Gómez",
"email": "[email protected]"
}
},
"accountRequests": {},
Expand Down Expand Up @@ -52,7 +58,6 @@
"instructors": {
"ICSDetEdit.instr": {
"id": "00000000-0000-4000-8000-000000000501",
"courseId": "tm.e2e.ICSDetEdit.CS2104",
"course": {
"id": "tm.e2e.ICSDetEdit.CS2104"
},
Expand Down Expand Up @@ -83,7 +88,9 @@
"students": {
"ICSDetEdit.jose.tmms": {
"id": "00000000-0000-4000-8000-000000000601",
"courseId": "tm.e2e.ICSDetEdit.CS2104",
"account": {
"id": "00000000-0000-4000-8000-000000000002"
},
"course": {
"id": "tm.e2e.ICSDetEdit.CS2104"
},
Expand All @@ -96,7 +103,6 @@
},
"ICSDetEdit.benny.c": {
"id": "00000000-0000-4000-8000-000000000602",
"courseId": "tm.e2e.ICSDetEdit.CS2104",
"course": {
"id": "tm.e2e.ICSDetEdit.CS2104"
},
Expand Down

0 comments on commit 0ea7a5a

Please sign in to comment.