Skip to content

Commit

Permalink
Block off 147 for 455
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisJordan committed Jan 31, 2025
1 parent 8810b39 commit a33dd69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/services/coworking/policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"SN141": [(time(hour=12), time(hour=17))],
"SN144": [],
"SN146": [],
"SN147": [],
"SN147": [(time(hour=15), time(hour=18))],
},
TUESDAY: {
"SN135": [],
Expand All @@ -35,7 +35,7 @@
"SN141": [(time(hour=13), time(hour=17))],
"SN144": [(time(hour=14), time(hour=15))],
"SN146": [],
"SN147": [],
"SN147": [(time(hour=15), time(hour=18))],
},
WEDNESDAY: {
"SN135": [],
Expand All @@ -44,7 +44,7 @@
"SN141": [(time(hour=10), time(hour=17))],
"SN144": [],
"SN146": [],
"SN147": [],
"SN147": [(time(hour=15), time(hour=18))],
},
THURSDAY: {
"SN135": [],
Expand All @@ -53,7 +53,7 @@
"SN141": [(time(hour=13), time(hour=17))],
"SN144": [],
"SN146": [],
"SN147": [],
"SN147": [(time(hour=15), time(hour=18))],
},
FRIDAY: {
"SN135": [],
Expand Down

0 comments on commit a33dd69

Please sign in to comment.