diff --git a/services/export/pod-export/src/converter.ts b/services/export/pod-export/src/converter.ts index a83e5d6aa5..deaab69c72 100644 --- a/services/export/pod-export/src/converter.ts +++ b/services/export/pod-export/src/converter.ts @@ -201,7 +201,6 @@ export class UnifiedConverter { // Get all documents of the collection const collectionDocs = await this.client.findAll((type as Collection).of, { attachedTo: docId, - attachedToClass: docClass, collection: key })