typo, that will be $1000

jschan
l29utp0 3 years ago
parent 5f5cc36532
commit 079f3d2437
  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