timetable-extension #1

Open
fred.boniface wants to merge 144 commits from timetable-extension into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit eefd9138de - Show all commits

View File

@ -117,7 +117,7 @@ func runCifUpdateDownload(cfg *helpers.Configuration, metadata *dbAccess.CifMeta
}
endTime := time.Now()
duration := startTime.Sub(endTime)
duration := endTime.Sub(startTime)
log.Info("CIF Update process ended", zap.Duration("duration", duration))
return nil
}