Skip to content

Commit

Permalink
fixup! ci(deps): update ios cocoapods deps to v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammedtanriverdi-tomtom committed Oct 23, 2023
1 parent f44fdf6 commit 5f48a38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ extension NavigationController {
{
let routePlanningOptions = try createRoutePlanningOptions(from: origin, to: destination)
let route = try await planRoute(withRoutePlanner: routePlanner, routePlanningOptions: routePlanningOptions)
return TomTomSDKNavigationEngines.RoutePlan(route: route, routingOptions: routePlanningOptions)
return TomTomSDKNavigationEngines.RoutePlan(route: route, routePlanningOptions: routePlanningOptions)
}

private func planRoute(
Expand Down

0 comments on commit 5f48a38

Please sign in to comment.