File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
packages/firestore/src/local Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -775,8 +775,8 @@ export class LocalStore {
775
775
}
776
776
777
777
/**
778
- * Returns the QueryData as seen by the LocalStore, including updates that may have not yet been
779
- * persisted to the QueryCache.
778
+ * Returns the QueryData as seen by the LocalStore, including updates that may
779
+ * have not yet been persisted to the QueryCache.
780
780
*/
781
781
getQueryData (
782
782
transaction : PersistenceTransaction ,
@@ -807,10 +807,11 @@ export class LocalStore {
807
807
) ;
808
808
const targetId = queryData ! . targetId ;
809
809
810
- // References for documents sent via Watch are automatically removed when we delete a
811
- // query's target data from the reference delegate. Since this does not remove references
812
- // for locally mutated documents, we have to remove the target associations for these
813
- // documents manually.
810
+ // References for documents sent via Watch are automatically removed
811
+ // when we delete a query's target data from the reference delegate.
812
+ // Since this does not remove references for locally mutated documents,
813
+ // we have to remove the target associations for these documents
814
+ // manually.
814
815
const removed = this . localViewReferences . removeReferencesForId (
815
816
targetId
816
817
) ;
You can’t perform that action at this time.
0 commit comments