We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1594f51 + 3bf887d commit 22aea7dCopy full SHA for 22aea7d
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