Skip to content

Commit

Permalink
Merge branch 'dev' into container_health
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavajay authored Jun 25, 2024
2 parents c8712ee + 4e3e67b commit 8a07aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/syft/src/syft/service/output/output_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def has_output_read_permissions(
# Check if all output ActionObjects have permissions
result_ids = output.output_id_list
permissions = [
ActionObjectREAD(uid=_id, credentials=user_verify_key)
ActionObjectREAD(uid=_id.id, credentials=user_verify_key)
for _id in result_ids
]
if action_service.store.has_permissions(permissions):
Expand Down

0 comments on commit 8a07aa0

Please sign in to comment.