Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
siyoungbyun authored Jul 14, 2021
1 parent df9ecff commit 606e2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bhjwt/assertions/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def _has_permission_to_data_resource(self, data_resource_id: str, permission: st
"brighthive-data-resource-claims" in self.claims
and self.claims["brighthive-data-resource-claims"].get(data_resource_id)
is not None
and permission
and data_perm
in self.claims["brighthive-data-resource-claims"]
.get(data_resource_id)
.get("permissions", [])
Expand Down

0 comments on commit 606e2c0

Please sign in to comment.