diff --git a/server/backend/cron/fileDownload.go b/server/backend/cron/fileDownload.go index 8e9711a6..3e16f5a0 100644 --- a/server/backend/cron/fileDownload.go +++ b/server/backend/cron/fileDownload.go @@ -15,7 +15,7 @@ import ( "gorm.io/gorm" ) -// fileDownloadCron Downloads all files that are not marked as finished in the database. +// fileDownloadCron downloads all files that are not marked as finished in the database func (c *CronService) fileDownloadCron() error { return c.db.Transaction(func(tx *gorm.DB) error { var files []model.Files