From 79016134b62ab1a0dd2a221f8c342637f792c53e Mon Sep 17 00:00:00 2001 From: Rhys Lloyd Date: Mon, 23 Feb 2026 16:50:14 -0800 Subject: [PATCH] fix comment --- pkg/api/handlers/times.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/handlers/times.go b/pkg/api/handlers/times.go index e25102d..5e428d8 100644 --- a/pkg/api/handlers/times.go +++ b/pkg/api/handlers/times.go @@ -472,7 +472,7 @@ func (h *TimesHandler) GetDownloadUrl(ctx *gin.Context) { return } - // Return the time data + // Return the download url ctx.JSON(http.StatusOK, dto.Response[dto.BotDownloadUrl]{ Data: dto.BotDownloadUrl{ Url: info.Url,