Remove unneeded conversion.
Этот коммит содержится в:
@@ -417,5 +417,5 @@ func requestTrueUpReview(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
telemetryService := c.App.Srv().GetTelemetryService()
|
telemetryService := c.App.Srv().GetTelemetryService()
|
||||||
telemetryService.SendTelemetry(model.TrueUpReviewTelemetryName, telemetryProperties)
|
telemetryService.SendTelemetry(model.TrueUpReviewTelemetryName, telemetryProperties)
|
||||||
|
|
||||||
w.Write([]byte(reviewProfileJson))
|
w.Write(reviewProfileJson)
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user