diff options
Diffstat (limited to 'bucky/app')
| -rw-r--r-- | bucky/app/bucky.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bucky/app/bucky.js b/bucky/app/bucky.js index 77e1667..76c543a 100644 --- a/bucky/app/bucky.js +++ b/bucky/app/bucky.js @@ -68,7 +68,7 @@ var bucky = module.exports = { }) }, ensureLastlog: function (req, res, next){ - db.getLastlog(6).then(function(lastlog){ + db.getLastlog(5).then(function(lastlog){ res.lastlog = lastlog next() }) |
