We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf1492 commit 7b088f7Copy full SHA for 7b088f7
‎src/dynamic-handle.ts‎
@@ -361,7 +361,7 @@ export const createDynamicHandler = (app: AnyElysia) => {
361
362
if (response instanceof Promise) response = await response
363
364
- // @ts-expect-error jusut in case
+ // @ts-expect-error just in case
365
if (response instanceof ElysiaCustomStatusResponse) {
366
const result = mapEarlyResponse(response, context.set)
367
if (result)
0 commit comments