mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed typo
This commit is contained in:
parent
b821c84b9e
commit
23c29d0674
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ class FixtureManager {
|
|||
// would change the fixturesHash.
|
||||
modelFixture = _.cloneDeep(modelFixture);
|
||||
// The Post model fixtures need a `published_at` date, where at least the seconds
|
||||
// are different, otherwise `prev_post` and `next_post` helpers won't workd with
|
||||
// are different, otherwise `prev_post` and `next_post` helpers won't work with
|
||||
// them.
|
||||
if (modelFixture.name === 'Post') {
|
||||
_.forEach(modelFixture.entries, (post, index) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue