QFIX: Pass isDerived to apply (#7001)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2024-10-21 12:58:32 +07:00 committed by GitHub
parent 453be085fc
commit 001b2dd0d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -314,7 +314,7 @@ export class TxOperations implements Omit<Client, 'notify'> {
}
apply (scope?: string, measure?: string): ApplyOperations {
return new ApplyOperations(this, scope, measure)
return new ApplyOperations(this, scope, measure, this.isDerived)
}
async diffUpdate<T extends Doc = Doc>(