Skip to content

Commit c6df2c0

Browse files
committed
Update API reports
1 parent d7b5ec3 commit c6df2c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/api-review/firestore.api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export function aggregateQueryEqual(left: AggregateQuery, right: AggregateQuery)
2929

3030
// @public
3131
export class AggregateQuerySnapshot {
32+
// (undocumented)
3233
getCount(): number | null;
3334
// (undocumented)
3435
readonly query: AggregateQuery;
@@ -235,7 +236,7 @@ export class GeoPoint {
235236
}
236237

237238
// @public (undocumented)
238-
export function getAggregateFromServerDirect(aggregateQuery: AggregateQuery): Promise<AggregateQuerySnapshot>;
239+
export function getAggregateFromServerDirect(query: AggregateQuery): Promise<AggregateQuerySnapshot>;
239240

240241
// @public
241242
export function getDoc<T>(reference: DocumentReference<T>): Promise<DocumentSnapshot<T>>;

0 commit comments

Comments
 (0)