We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73cbd61 commit 54604c4Copy full SHA for 54604c4
1 file changed
example.ts
@@ -160,7 +160,7 @@ const app = createApp({
160
[HttpStatus.NoContent]: NoResponse,
161
},
162
163
- ({ status, body }) => {
+ ({ status, body: _ }) => {
164
return status(HttpStatus.NoContent, undefined);
165
166
)
@@ -174,7 +174,7 @@ const app = createApp({
174
175
176
177
178
179
180
@@ -188,7 +188,7 @@ const app = createApp({
188
189
190
191
192
193
194
);
0 commit comments