Skip to content

Commit

Permalink
Fix Missing maps calculator
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanPyrohivskyi committed Jan 8, 2025
1 parent baa1f0d commit 193cdce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ public boolean checkIfThereAreMissingMaps(RoutingContext ctx, LatLon start, List
}
}
}
cachedCountries.clear();

if(!result.hasMissingMaps()) {
return false;
Expand Down

0 comments on commit 193cdce

Please sign in to comment.