Skip to content

Commit

Permalink
Update reservation for COMP523 meetings
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisJordan committed Feb 4, 2025
1 parent db7776b commit 033da31
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions backend/services/coworking/policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
},
TUESDAY: {
"SN135": [],
"SN137": [(time(hour=10), time(hour=12))],
"SN137": [
(time(hour=10), time(hour=12)),
(time(hour=15, minute=30), time(hour=16, minute=30)),
],
"SN139": [],
"SN141": [(time(hour=13), time(hour=17))],
"SN144": [(time(hour=14), time(hour=15))],
Expand All @@ -39,7 +42,7 @@
},
WEDNESDAY: {
"SN135": [],
"SN137": [],
"SN137": [(time(hour=13), time(hour=14))],
"SN139": [],
"SN141": [(time(hour=10), time(hour=17))],
"SN144": [],
Expand Down

0 comments on commit 033da31

Please sign in to comment.