mirror of
https://github.com/typicode/json-server.git
synced 2025-07-28 04:32:24 +08:00
fixed spacing
This commit is contained in:
@ -78,7 +78,7 @@ module.exports = function (source) {
|
||||
array = db(req.params.resource).filter(function (obj) {
|
||||
for (var key in obj) {
|
||||
var value = obj[key]
|
||||
if(utils.deepQuery(value, q)){
|
||||
if (utils.deepQuery(value, q)) {
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user