Skip to content

Commit e8b7be0

Browse files
drewvolzhawkrives
authored andcommitted
update cmie hours (#621)
1 parent 4838df8 commit e8b7be0

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

data/building-hours/9-cmie.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ category: Offices
55
schedule:
66
- title: Hours
77
hours:
8-
- {days: [Mo, Tu, We, Th, Fr], from: '8:00am', to: '8:00pm'}
8+
- {days: [Mo, Tu, We, Th], from: '8:00am', to: '8:00pm'}
9+
- {days: [Fr], from: '8:00am', to: '5:00pm'}
910

1011
breakSchedule:
1112
fall: []

docs/building-hours.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2177,11 +2177,17 @@
21772177
"Mo",
21782178
"Tu",
21792179
"We",
2180-
"Th",
2181-
"Fr"
2180+
"Th"
21822181
],
21832182
"from": "8:00am",
21842183
"to": "8:00pm"
2184+
},
2185+
{
2186+
"days": [
2187+
"Fr"
2188+
],
2189+
"from": "8:00am",
2190+
"to": "5:00pm"
21852191
}
21862192
]
21872193
}

0 commit comments

Comments
 (0)