Make sure bootstrapping posts are not from exact same date or they show up on top of each other (same rank)

This commit is contained in:
Julien Chaumond 2012-09-27 21:49:01 +02:00
parent 97a86bc5ff
commit 4b9b0f8e0d

2
server/bootstrap.js vendored
View file

@ -13,7 +13,7 @@ function prepopulateDatabase(){
headline: 'Another post to fill the page up a little'
, url: 'http://sachagreif.com/'
, author: 'Sacha'
, submitted: new Date(2012, 7, 22).getTime()
, submitted: new Date(2012, 7, 23).getTime()
, votes: 0
, comments: 0
, score: 0