Deploy Bots API #28
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user