Skip to content

Commit 16305db

Browse files
Add bug number
1 parent 6364a1a commit 16305db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/core/sync_engine_impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ export async function syncEngineRejectListen(
619619
let documentUpdates = new SortedMap<DocumentKey, MutableDocument>(
620620
DocumentKey.comparator
621621
);
622-
// TODO(mrschmidt): This limbo document should ideally have a read time,
622+
// TODO(b/217189216): This limbo document should ideally have a read time,
623623
// so that it is picked up by any read-time based scans. The backend,
624624
// however, does not send a read time for target removals.
625625
documentUpdates = documentUpdates.insert(

0 commit comments

Comments
 (0)