Skip to content

Commit

Permalink
Merge pull request #40 from ostrojs/develop
Browse files Browse the repository at this point in the history
Develop (#39)
  • Loading branch information
amarksingh authored Dec 29, 2023
2 parents 4dc5824 + 5030e11 commit 8570fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class Collection extends Macroable.extend(CollectionInterface) {
}

contains(clause) {
return this[kUpdateData](lodash.includes(this.$items, clause))
return lodash.includes(this.$items, clause)
}

count() {
Expand Down

0 comments on commit 8570fbc

Please sign in to comment.