Skip to content

Commit

Permalink
Merge pull request #199 from identity-research-lab/hotfix-restore-orp…
Browse files Browse the repository at this point in the history
…han-reaping

Restore code to reap orphaned Codes and Identities
  • Loading branch information
CoralineAda authored Dec 6, 2024
2 parents ebbe907 + 4ca7e07 commit 2d784a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def populate_codes
end

# Clean up any Codes that are no longer associated with a Persona.
# Code.reap_orphans
Code.reap_orphans

end

Expand All @@ -61,7 +61,7 @@ def populate_identities
end

# Clean up any Identities that are no longer associated with a Persona.
# Identity.reap_orphans
Identity.reap_orphans

end

Expand Down

0 comments on commit 2d784a3

Please sign in to comment.