Merge branch 'l29utp0-new-dev-patch-98148' into 'new-dev'

typo, that will be $1000

See merge request fatchan/jschan!228
jschan
Thomas Lynch 3 years ago
commit e9d7121a80
  1. 2
      helpers/tasks.js

@ -239,7 +239,7 @@ module.exports = {
let [ totalStats, boards, fileStats, recentNews ] = await Promise.all([
Boards.totalStats(), //overall total posts ever made
Boards.boardSort(0, 20), //top 20 boards sorted by users, pph, total posts
Files.activeContent(), //size ans number of files
Files.activeContent(), //size and number of files
News.find(maxRecentNews), //some recent newsposts
]);
const [ localStats, webringStats ] = totalStats;

Loading…
Cancel
Save