We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d1f25 commit 83881aeCopy full SHA for 83881ae
lib/mongoHandler.js
@@ -54,7 +54,7 @@ MongoStore.prototype._getSearchCriteria = function(request) {
54
55
var criteria = Object.keys(request.params.filter).map(function(attribute) {
56
var attributeConfig = self.resourceConfig.attributes[attribute];
57
- // If the filter attribute doens't exist, skip it
+ // If the filter attribute doesn't exist, skip it
58
if (!attributeConfig) return null;
59
60
var values = request.params.filter[attribute];
0 commit comments