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 ec7f274 commit fd27ccdCopy full SHA for fd27ccd
test/feature/repository/retrieves_where.spec.ts
@@ -75,7 +75,7 @@ describe('feature/repository/retrieves_where', () => {
75
76
const users = store
77
.$repo(User)
78
- .where('age', (value) => value === 30)
+ .where('age', (value: any) => value === 30)
79
.get()
80
81
const expected = [
0 commit comments