load published posts test data in reverse order

This commit is contained in:
Brian Picciano 2022-08-19 21:15:39 -06:00
parent c3135306b3
commit 33a81f73e1

View File

@ -93,7 +93,7 @@ func main() {
logger.Info(ctx, "set post")
now = now.Add(1 * time.Hour)
now = now.Add(-1 * time.Hour)
}
}