Skip to content

Commit 9327b7e

Browse files
committed
fix: makeGetMixin can now check data for the id
1 parent 0ec4b8e commit 9327b7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/make-get-mixin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ export default function makeFindMixin(options) {
126126
const pType = Object.getPrototypeOf(this)
127127

128128
if (
129+
this.hasOwnProperty(ID) ||
129130
pType.hasOwnProperty(ID) ||
130131
pType.hasOwnProperty(PARAMS) ||
131132
pType.hasOwnProperty(FETCH_PARAMS)

0 commit comments

Comments
 (0)