Skip to content

Commit

Permalink
Merge pull request #532 from fratzinger/patch-12
Browse files Browse the repository at this point in the history
Update make-find-mixin.ts
  • Loading branch information
marshallswain authored Oct 4, 2020
2 parents f872f9c + 87fc139 commit 61ddaad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/make-find-mixin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function makeFindMixin(options) {
const {
service,
params,
fetchQuery,
fetchParams,
queryWhen = () => true,
local = false,
qid = 'default',
Expand Down Expand Up @@ -319,7 +319,7 @@ export default function makeFindMixin(options) {

setupAttribute(SERVICE_NAME, service, 'computed', true)
setupAttribute(PARAMS, params)
setupAttribute(FETCH_PARAMS, fetchQuery)
setupAttribute(FETCH_PARAMS, fetchParams)
setupAttribute(QUERY_WHEN, queryWhen, 'computed')
setupAttribute(LOCAL, local)

Expand Down

0 comments on commit 61ddaad

Please sign in to comment.