load published posts test data in reverse order
This commit is contained in:
parent
c3135306b3
commit
33a81f73e1
@ -93,7 +93,7 @@ func main() {
|
|||||||
|
|
||||||
logger.Info(ctx, "set post")
|
logger.Info(ctx, "set post")
|
||||||
|
|
||||||
now = now.Add(1 * time.Hour)
|
now = now.Add(-1 * time.Hour)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user