This commit is contained in:
Conor Macpherson 2023-04-24 09:48:01 -04:00
parent a91da0c7e7
commit 405b2091d6

View file

@ -889,5 +889,4 @@ func selfServeDeleteWorkspace(c *Context, w http.ResponseWriter, r *http.Request
c.App.Srv().GetTelemetryService().SendTelemetry("delete_workspace_feedback", deleteRequest.Feedback.ToMap())
ReturnStatusOK(w)
}