fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 57s
Deploy Dev / Push (pull_request) Successful in 37s
Deploy Dev / Deploy dev (pull_request) Successful in 13s

This commit is contained in:
Egor Matveev
2025-06-13 02:23:48 +03:00
parent de7567b0e6
commit 1d5d753c39
4 changed files with 33 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ func AddEndpointMetric (r *http.Request) (interface{}, int) {
err = endpoints.AddEndpointMetric(body)
if err != nil {
log.Printf(err.Error())
log.Print(err.Error())
return nil, http.StatusInternalServerError
}