Skip to content

Commit 095bb1d

Browse files
🔧 chore: fix typo and update @ts-ingore to @ts-expect-error comment
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent bdf1492 commit 095bb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/dynamic-handle.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ export const createDynamicHandler = (app: AnyElysia) => {
361361

362362
if (response instanceof Promise) response = await response
363363

364-
// @ts-expect-error jusut in case
364+
// @ts-expect-error just in case
365365
if (response instanceof ElysiaCustomStatusResponse) {
366366
const result = mapEarlyResponse(response, context.set)
367367
if (result)

0 commit comments

Comments
 (0)