Commit be25319
authored
fix(common):
handle `number` as `string` instead of throw an error
values may be parsed by other global pipes provided by other modules
we expect `ParseIntPipe` to return int value. it's doesn't break the logic.ParseIntPipe handle number value1 parent 432dc3b commit be25319
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments