Skip to content

Commit 8a58529

Browse files
committed
fixed(collections): missed root post content sync
1 parent 8beeeed commit 8a58529

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/actions/collections/sync_collection_content.ts

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export default class SyncCollectionContent {
4141
return module.save()
4242
})
4343

44+
await this.syncPosts(this.collection, data.postIds)
4445
await this.destroyRemovedModules(data.subcollections)
4546

4647
return Promise.all(promises)

0 commit comments

Comments
 (0)