Skip to content

Commit

Permalink
Update Office Hours pre-reservation policy (#645)
Browse files Browse the repository at this point in the history
Shifting hours for a TA and fixing a miscoded reservation.
  • Loading branch information
KrisJordan authored Nov 12, 2024
1 parent e9f9d3d commit a98e86c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/services/coworking/policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"SN139": [(time(hour=14), time(hour=15))],
"SN141": [(time(hour=14), time(hour=17))],
"SN144": [(time(hour=13), time(hour=17))],
"SN146": [(time(hour=10), time(hour=12))],
"SN147": [(time(hour=10), time(hour=1)), (time(hour=14), time(hour=16))],
"SN146": [(time(hour=10, minute=30), time(hour=12, minute=30))],
"SN147": [(time(hour=10), time(hour=13)), (time(hour=14), time(hour=16))],
},
THURSDAY: {
"SN135": [],
Expand Down

0 comments on commit a98e86c

Please sign in to comment.