Skip to content

Commit 08e4550

Browse files
committed
change int32 to int64
1 parent a3242ce commit 08e4550

File tree

1 file changed

+1
-1
lines changed
  • packages/firestore/src/protos/google/firestore/v1

1 file changed

+1
-1
lines changed

packages/firestore/src/protos/google/firestore/v1/query.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ message StructuredAggregationQuery {
309309
// Requires:
310310
//
311311
// * Must be greater than zero when present.
312-
int32 up_to = 1;
312+
int64 up_to = 1;
313313
}
314314

315315
// The type of aggregation to perform, required.

0 commit comments

Comments
 (0)