Skip to content

Commit

Permalink
bug data not in permissions fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Jun 30, 2023
1 parent dae5e9e commit 49c6041
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions beacon/response/build_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ def build_beacon_resultset_response_by_dataset(data,
elif doc['id'] in biosample_list['individualIds']:
dataset_id = dataset_dict['dataset']
response_dict[dataset_id].append(doc)
else:
data.remove(doc)
except Exception:
pass

Expand Down

0 comments on commit 49c6041

Please sign in to comment.