there is no err
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2026-02-24 07:58:30 -08:00
parent 1ab40fdc78
commit 69344551b9

View File

@@ -377,9 +377,7 @@ func (h *TimesHandler) GetDownloadUrl(ctx *gin.Context) {
ctx.JSON(statusCode, dto.Error{
Error: errorMessage,
})
log.WithError(err).Error(
"Time does not have a Bot",
)
log.Error("Time does not have a Bot")
return
}