Moved GTFS struct back to structs, refresh works now.

This commit is contained in:
2026-05-02 08:16:13 +01:00
parent 4d272c31c5
commit ca0003edfd
4 changed files with 38 additions and 31 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ use std::{
use zip::ZipArchive;
use crate::gtfs::{
Gtfs,
structs::Gtfs,
utils::{route_ids_from_numbers, stop_ids_from_codes},
};