fix dates on webring causing incorrect sort on boardlist too

indiachan-spamvector
Thomas Lynch 3 years ago
parent 5b182d32d7
commit ee88a8abfc
  1. 1
      schedules/tasks/webring.js

@ -67,6 +67,7 @@ module.exports = {
name: board.title, name: board.title,
description: board.subtitle, description: board.subtitle,
}; };
board.lastPostTimestamp = new Date(board.lastPostTimestamp.toString());
}); });
webringBoards = webringBoards.concat(ring.boards); webringBoards = webringBoards.concat(ring.boards);
} }

Loading…
Cancel
Save