Skip to content

Commit

Permalink
attempt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waozixyz committed Sep 23, 2024
1 parent af46236 commit edce27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/router/router.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ final router = GoRouter(
GoRoute(
path: '/migrate',
builder: (context, state) {
final data = state.queryParameters['data'];
final data = state.uri.queryParameters['data'];
return MigrationHandler(data: data);
},
),
Expand Down

0 comments on commit edce27e

Please sign in to comment.