From a98e86c1e6658bff18a0bac98789fbdf58f86b1f Mon Sep 17 00:00:00 2001 From: Kris Jordan Date: Tue, 12 Nov 2024 11:23:54 -0500 Subject: [PATCH] Update Office Hours pre-reservation policy (#645) Shifting hours for a TA and fixing a miscoded reservation. --- backend/services/coworking/policy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/services/coworking/policy.py b/backend/services/coworking/policy.py index 69a098dc..e0201ec3 100644 --- a/backend/services/coworking/policy.py +++ b/backend/services/coworking/policy.py @@ -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": [],