Skip to content

Commit 160071c

Browse files
committed
remove comment
1 parent c67bdd9 commit 160071c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/firestore/src/remote/datastore.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,6 @@ export async function invokeRunAggregationQueryRpc(
247247
queryToTarget(aggregateQuery.query._query)
248248
);
249249

250-
/**
251-
* Include the parent in the request for grpc_connection.
252-
* Exclude the parent from request for rest_connection.
253-
*/
254250
const parent = request.parent;
255251
if (!datastoreImpl.connection.shouldResourcePathBeIncludedInRequest) {
256252
delete request.parent;

0 commit comments

Comments
 (0)