Skip to content

Commit 61ddaad

Browse files
Merge pull request #532 from fratzinger/patch-12
Update make-find-mixin.ts
2 parents f872f9c + 87fc139 commit 61ddaad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/make-find-mixin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function makeFindMixin(options) {
1818
const {
1919
service,
2020
params,
21-
fetchQuery,
21+
fetchParams,
2222
queryWhen = () => true,
2323
local = false,
2424
qid = 'default',
@@ -319,7 +319,7 @@ export default function makeFindMixin(options) {
319319

320320
setupAttribute(SERVICE_NAME, service, 'computed', true)
321321
setupAttribute(PARAMS, params)
322-
setupAttribute(FETCH_PARAMS, fetchQuery)
322+
setupAttribute(FETCH_PARAMS, fetchParams)
323323
setupAttribute(QUERY_WHEN, queryWhen, 'computed')
324324
setupAttribute(LOCAL, local)
325325

0 commit comments

Comments
 (0)