Skip to content

Commit

Permalink
nit(data-secrecy): Remove "detail" from delete response (#82754)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrajjoshi authored and andrewshie-sentry committed Jan 2, 2025
1 parent d2ace79 commit e0505cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sentry/data_secrecy/api/waive_data_secrecy.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,5 @@ def delete(self, request: Request, organization: Organization):
event=audit_log.get_event_id("DATA_SECRECY_REINSTATED"),
)
return Response(
{"detail": "Data secrecy has been reinstated."},
status=status.HTTP_204_NO_CONTENT,
)

0 comments on commit e0505cd

Please sign in to comment.