Skip to content

Commit 4de62b3

Browse files
DaniAcueps1lon
authored andcommitted
fix: ts error
1 parent 4423a51 commit 4de62b3

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)