add clone
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m50s

This commit is contained in:
Nicholas Orlowsky 2026-04-19 23:04:53 -04:00
parent 8a17159524
commit bb1ac27ea6
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B
2 changed files with 26 additions and 24 deletions

View file

@ -554,7 +554,7 @@ impl GtfsPullService {
.routes
.get(&make_global_id!(prefix, trip.1.route_id))
.clone() {
Some(x) => x,
Some(x) => x.clone(),
None => {
warn!("No route found for trip {} (was looking for route {})", trip.1.id, trip.1.route_id);
continue