Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Sep 21, 2023
1 parent 7167451 commit 1147baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/backend/cron/fileDownload.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1147baa

Please sign in to comment.