We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1594f51 commit 3bf887dCopy full SHA for 3bf887d
1 file changed
app/controllers/api/testing/teams_controller.rb
@@ -21,7 +21,6 @@ def destroy
21
log_destroy(SchoolMove.where(team:))
22
log_destroy(Consent.where(team:))
23
log_destroy(ArchiveReason.where(team:))
24
- log_destroy(Triage.where(team:))
25
26
log_destroy(
27
NotifyLogEntry.joins(:team_location).where(team_location: { team_id: })
0 commit comments