mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
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:
parent
97a86bc5ff
commit
4b9b0f8e0d
1 changed files with 1 additions and 1 deletions
2
server/bootstrap.js
vendored
2
server/bootstrap.js
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue