Skip to content

Commit

Permalink
adjusted deprecated location to uri path
Browse files Browse the repository at this point in the history
  • Loading branch information
steniooliv committed Apr 4, 2024
1 parent a281fe6 commit 5a1bf84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class ModularRouteInformationParser
// 3.10 wrapper
final location = [null].contains(routeInformation.location)
? '/'
: routeInformation.location;
: routeInformation.uri.path;
if (location == '/') {
// ignore: invalid_use_of_visible_for_testing_member
path = urlService.getPath() ?? Modular.initialRoutePath;
Expand Down

0 comments on commit 5a1bf84

Please sign in to comment.