1
0
mirror of https://github.com/git-touch/git-touch synced 2025-03-04 19:27:40 +01:00

fix: router path typo

This commit is contained in:
Rongjian Zhang 2022-09-21 23:59:23 +08:00
parent e5929aa1b8
commit 606370a85e

View File

@ -246,7 +246,7 @@ final router = GoRouter(
],
),
GoRoute(
path: 'pulls',
path: 'pull',
builder: (context, state) => GhPullsScreen(
state.params['owner']!,
state.params['name']!,