Skip to content

Commit 7b9e5d0

Browse files
committed
chore: playground
1 parent 3c06a16 commit 7b9e5d0

File tree

1 file changed

+1
-7
lines changed
  • packages/experiments-playground/src/router

1 file changed

+1
-7
lines changed

packages/experiments-playground/src/router/index.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,7 @@ const r_group = normalizeRouteRecord({
5252
},
5353

5454
query: [
55-
new MatcherPatternQueryParam(
56-
'group',
57-
'isGroup',
58-
'value',
59-
PARAM_PARSER_INT,
60-
undefined
61-
),
55+
new MatcherPatternQueryParam('group', 'isGroup', 'value', PARAM_PARSER_INT),
6256
],
6357
})
6458

0 commit comments

Comments
 (0)