actor
Build and Publish / BuildAndDeployArm64 (push) Failing after 6s
Build and Publish / BuildAndDeployAmd64 (push) Failing after 3s

This commit is contained in:
2026-07-01 10:47:28 +02:00
parent b1e99891e9
commit 83986e7a35
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -400,6 +400,8 @@ func (s *CustomerServer) handleDeleteCustomer(w http.ResponseWriter, r *http.Req
// Log audit trail to stdout (GDPR requirement)
fmt.Printf("AUDIT: GDPR right to erasure executed for customer profile id %d\n", id)
s.indexProfileAfterMutation(r.Context(), id)
w.WriteHeader(http.StatusNoContent)
}