Comparing version 0.0.86 to 0.0.87
@@ -30,3 +30,3 @@ var _ = require('underscore'), | ||
var self = this; | ||
var query = this.default_query(this.model.find(this.default_filters)); | ||
var query = this.default_query(this.model.findOne(this.default_filters)); | ||
query = query.where('_id',id); | ||
@@ -33,0 +33,0 @@ this.authorization.limit_object(req, query, function (err, query) { |
{ | ||
"name":"jest", | ||
"description":"JavaScriptational State Transfer. JS restful API layer with Mongoose based resources. Inspired by python Tastypie", | ||
"version":"0.0.86", | ||
"version":"0.0.87", | ||
"author":"Ishai Jaffe <ishai@empeeric.com>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4445932