Commit 8a6f5a8
authored
fix(rivetkit): fix zod not validating body if content-type header not provided (#3456)
* chore(rivetkit-typescript): remove dependency on node modules
* chore(rivetkit): switch dynamic node imports to use require
* fix(rivetkit): fix onError handler not working
* fix(rivetkit): fix zod not validating body if content-type header not provided1 parent 6786c3c commit 8a6f5a8
File tree
1 file changed
+13
-14
lines changed- rivetkit-typescript/packages/rivetkit/src/manager
1 file changed
+13
-14
lines changedLines changed: 13 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
82 | 93 | | |
83 | 94 | | |
84 | 95 | | |
| |||
405 | 416 | | |
406 | 417 | | |
407 | 418 | | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
| 419 | + | |
415 | 420 | | |
416 | 421 | | |
417 | 422 | | |
| |||
457 | 462 | | |
458 | 463 | | |
459 | 464 | | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
| 465 | + | |
467 | 466 | | |
468 | 467 | | |
469 | 468 | | |
| |||
0 commit comments