Commit f0d78d7
committed
fix: Reverse request without payload trash
`setField "type"` was just appending the "type" to the current payload.
We should use `setType` instead, which "starts from scratch" the
payload. It is also what we use for e.g. `sendSuccesfulResponse`,
`sendSuccesfulEvent`, `sendErrorResponse`, etc...
Fixes #341 parent 2069566 commit f0d78d7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
| 309 | + | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| |||
0 commit comments