Skip to content

Commit

Permalink
Merge branch 'main' into add-structure-map-tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
f-odhiambo authored Feb 2, 2024
2 parents 40a2020 + ab1b2a4 commit 1b9d8a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cleaner/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ def main(resource_type, parameter, value, batch_size, expunge, cascade, log_leve
+ "&_count="
+ str(batch_size)
)
delete_resources(resource_url, resource_type)
if not cascade:
delete_resources(resource_url, resource_type)
if expunge:
expunge_url = config.fhir_base_url + "/" + resource_type + "/$expunge"
expunge_resources(expunge_url)
Expand Down

0 comments on commit 1b9d8a4

Please sign in to comment.