Skip to content

Commit b55b0e4

Browse files
committed
Fix issue #1
1 parent 85f4cc8 commit b55b0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const helper = {
9595
return {};
9696
}
9797
let notation = new Notation(object);
98-
return notation.filter(attributes).value();
98+
return notation.filter(attributes).value;
9999
},
100100

101101
filterAll(arrOrObj, attributes) {

0 commit comments

Comments
 (0)