Skip to content

Commit 4520f7a

Browse files
committed
fix: ts error
1 parent d3cd3a0 commit 4520f7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/query-helpers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,11 @@ function buildQueries(
243243
)
244244

245245
const findAllBy = makeFindQuery(
246-
/* @ts-ignore */
246+
// @ts-expect-error
247247
wrapAllByQueryWithSuggestion(getAllBy, queryAllBy.name, 'findAll'),
248248
)
249249
const findBy = makeFindQuery(
250-
/* @ts-ignore */
250+
// @ts-expect-error
251251
wrapSingleQueryWithSuggestion(getBy, queryAllBy.name, 'find'),
252252
)
253253

0 commit comments

Comments
 (0)