timetable-extension #1

Merged
fred.boniface merged 165 commits from timetable-extension into main 2025-06-18 21:06:04 +01:00
Showing only changes of commit c6328acb1c - Show all commits

View File

@ -56,7 +56,7 @@ func Check() {
} }
if oldMetadata != nil { if oldMetadata != nil {
if oldMetadata.LastVersion != apiResp.Name { if oldMetadata.LastVersion == apiResp.Name {
log.Info("PIS Data is up to date") log.Info("PIS Data is up to date")
return return
} }