there is no err
This commit is contained in:
@@ -460,9 +460,7 @@ func (h *TimesHandler) GetDownloadUrl(ctx *gin.Context) {
|
||||
ctx.JSON(statusCode, dto.Error{
|
||||
Error: errorMessage,
|
||||
})
|
||||
log.WithError(err).Error(
|
||||
"Unexpected status",
|
||||
)
|
||||
log.Error("Unexpected status")
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user