Skip to content

Commit a129f12

Browse files
committed
chore: fixes in playground
1 parent a5ae72a commit a129f12

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const r_profiles_detail = normalizeRouteRecord({
119119
// this version handles all kind of params but in practice,
120120
// the generation should recognize this is a single required param
121121
// and therefore userId is of type number
122-
userId: PARAM_PARSER_INT,
122+
userId: [PARAM_PARSER_INT],
123123
},
124124
['profiles', 1]
125125
),

0 commit comments

Comments
 (0)