Skip to content
This repository has been archived by the owner on Sep 28, 2018. It is now read-only.

Commit

Permalink
strict syntax (always return)
Browse files Browse the repository at this point in the history
  • Loading branch information
yssk22 committed May 7, 2011
1 parent 59bd97a commit b845a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/posts/app.js
Expand Up @@ -110,7 +110,7 @@ ddoc.init = function(app, config){
req.query.startkey = (new Date(y, m - 1, 1)).toJSON();
req.query.endkey = (new Date(y, m , 1)).toJSON();
req.query.descending = false;
next();
return next();
},
parallel(
m.byUpdatedAt({perPage: 'unlimited'}),
Expand Down

0 comments on commit b845a4d

Please sign in to comment.