Skip to content

Commit

Permalink
fix(routing): handle pushing route which may return data
Browse files Browse the repository at this point in the history
  • Loading branch information
JagandeepBrar committed Mar 27, 2023
1 parent b515a0d commit 3500d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/router/routes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ mixin LunaRoutesMixin on Enum {
queryParams: queryParams,
);
}
return LunaRouter.router.pushNamed(
LunaRouter.router.pushNamed(
_routeName,
extra: extra,
params: params,
Expand Down

0 comments on commit 3500d83

Please sign in to comment.