Skip to content

Commit 6bba36d

Browse files
committed
chore: remove wrong // @ts-expect-error
1 parent f7359c0 commit 6bba36d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/validator/query.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ describe('Query Validator', () => {
332332
check() {
333333
const { state } = ctx.query
334334

335-
// @ts-expect-error
336335
if (!checker.check(ctx, name, state ?? ctx.query.state))
337336
throw new Error('State mismatch')
338337
}

0 commit comments

Comments
 (0)