Fix collections resolving (#8351)

This commit is contained in:
Anna Khismatullina 2025-03-27 04:43:48 +07:00 committed by GitHub
parent ad3db6a65b
commit 386a02e689
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -201,7 +201,6 @@ export class UnifiedConverter {
// Get all documents of the collection
const collectionDocs = await this.client.findAll((type as Collection<any>).of, {
attachedTo: docId,
attachedToClass: docClass,
collection: key
})