diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-08-12 14:03:31 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-08-12 14:03:31 +0200 |
| commit | d0aa52c47da7b488b4d428c6d4533b7cb14063cd (patch) | |
| tree | 364532179d9fc84cff185f0413f71d0b398425f2 /bucky/app | |
| parent | 2a6ea9c1f39aa069505ada9c32ce80c07c8265cd (diff) | |
more hoots
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 478b71b..dcf73ae 100644 --- a/bucky/app/bucky.js +++ b/bucky/app/bucky.js @@ -62,7 +62,7 @@ var bucky = module.exports = { }) }, ensureHootbox: function (req, res, next){ - db.getCommentsForThread(1, 15, 0, "desc").then(function(hootbox){ + db.getCommentsForThread(1, 30, 0, "desc").then(function(hootbox){ res.hootbox = hootbox next() }) |
