Add ok response code to hopefully fix tests.

Этот коммит содержится в:
Conor Macpherson
2023-04-12 15:06:55 -04:00
родитель 77e1fbfbc8
Коммит eebd57ead1

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

@@ -370,6 +370,7 @@ func requestTrueUpReview(c *Context, w http.ResponseWriter, r *http.Request) {
}{Content: encodedData}
response, _ := json.Marshal(responseContent)
w.WriteHeader(http.StatusOK)
w.Write(response)
}