Deploy Bots API #28

Merged
Quaternions merged 34 commits from staging into master 2026-02-28 02:33:43 +00:00
Showing only changes of commit af1c35b618 - Show all commits

View File

@@ -460,9 +460,7 @@ func (h *TimesHandler) GetDownloadUrl(ctx *gin.Context) {
ctx.JSON(statusCode, dto.Error{ ctx.JSON(statusCode, dto.Error{
Error: errorMessage, Error: errorMessage,
}) })
log.WithError(err).Error( log.Error("Unexpected status")
"Unexpected status",
)
return return
} }