Skip to content

Commit

Permalink
Merge pull request #20 from binxio/fix-for-data-inconsistencies
Browse files Browse the repository at this point in the history
Fix for data inconsistencies in office365
  • Loading branch information
kvanzuijlen committed Mar 1, 2023
2 parents dd0e6bc + 5e80345 commit cf808cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .release
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
release=1.0.5
tag=1.0.5
release=1.0.6
tag=1.0.6
1 change: 1 addition & 0 deletions src/authority/util/unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ def _unit_lookup(unit: str) -> str:
units = {
"binx.io": "cloud",
"oblcc": "cloud",
"binx": "cloud",
}
unit_lower = unit.lower()
if unit_lower in units:
Expand Down

0 comments on commit cf808cc

Please sign in to comment.