Skip to content

Commit

Permalink
They have released typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglinfang committed Aug 7, 2023
1 parent cd00741 commit c56a218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uw_space/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def search_by_number(self, facility_number):

def __process_json(self, json_data):
objs = []
facilities = json_data.get("Facilitys", json_data.get("Facilities"))
facilities = json_data.get("Facilities")
if facilities:
for facility in facilities:
status = facility.get("Status")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"TotalCount": 1,
"Facilitys": [{
"Facilities": [{
"FacilityCode": "MEB",
"FacilityType": {
"Code": "BLDG",
Expand Down

0 comments on commit c56a218

Please sign in to comment.