Skip to content

Commit 4cb4568

Browse files
Comment
1 parent 65a2525 commit 4cb4568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/remote/datastore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export async function invokeRunQueryRpc(
171171

172172
return (
173173
response
174-
// Filter RunQueryResponses that only contain readTimes.
174+
// Omit RunQueryResponses that only contain readTimes.
175175
.filter(proto => !!proto.document)
176176
.map(proto => datastoreImpl.serializer.fromDocument(proto.document!))
177177
);

0 commit comments

Comments
 (0)