We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8beeeed commit 8a58529Copy full SHA for 8a58529
app/actions/collections/sync_collection_content.ts
@@ -41,6 +41,7 @@ export default class SyncCollectionContent {
41
return module.save()
42
})
43
44
+ await this.syncPosts(this.collection, data.postIds)
45
await this.destroyRemovedModules(data.subcollections)
46
47
return Promise.all(promises)
0 commit comments