add clone
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m50s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m50s
This commit is contained in:
parent
8a17159524
commit
bb1ac27ea6
2 changed files with 26 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue