From 3484a8c3f4c804e26c0269f90f5c33c75f51e8da Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 16 Jan 2018 13:51:32 +0100 Subject: smaller lastlog --- bucky/app/bucky.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }) -- cgit v1.2.3-70-g09d2