Skip to content

Commit 8e0174c

Browse files
committed
Remove FIXME
1 parent d929fd2 commit 8e0174c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gen3/fhir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def determine_authz(self, resource: dict) -> str:
8787
matches = []
8888
for rule in self.rules:
8989
match = evaluate(resource, rule["condition"])
90-
# FIXME: what if multiple conditions match?, add error if multiple conditions match -->user makes necessary changes
90+
9191
if match and match[0] is True:
9292
matches.append(rule)
9393

0 commit comments

Comments
 (0)