respond with review profile for use in bundle download.

Этот коммит содержится в:
Conor Macpherson
2022-12-20 14:22:39 -05:00
родитель 589ae56c29
Коммит 95594c0374

Просмотреть файл

@@ -417,5 +417,5 @@ func requestTrueUpReview(c *Context, w http.ResponseWriter, r *http.Request) {
telemetryService := c.App.Srv().GetTelemetryService()
telemetryService.SendTelemetry(model.TrueUpReviewTelemetryName, telemetryProperties)
ReturnStatusOK(w)
w.Write([]byte(reviewProfileJson))
}