Skip to content

Commit cee7809

Browse files
committed
ues Optional
1 parent 992a352 commit cee7809

File tree

1 file changed

+1
-1
lines changed
  • stac_fastapi/core/stac_fastapi/core

1 file changed

+1
-1
lines changed

stac_fastapi/core/stac_fastapi/core/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ async def item_collection(
279279
collection_id: str,
280280
bbox: Optional[BBox] = None,
281281
datetime: Optional[DateTimeType] = None,
282-
limit: int = 10,
282+
limit: Optional[int] = 10,
283283
token: Optional[str] = None,
284284
**kwargs,
285285
) -> stac_types.ItemCollection:

0 commit comments

Comments
 (0)