Skip to content

Commit 14a06ca

Browse files
committed
fix
1 parent 39c38fe commit 14a06ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/opensearch/stac_fastapi/opensearch/database_logic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ def apply_datetime_filter(search: Search, datetime: Optional[str]) -> Search:
586586
),
587587
],
588588
)
589-
return search.query(filter_query)
589+
return search.query(filter_query)
590590

591591
@staticmethod
592592
def apply_bbox_filter(search: Search, bbox: List):

0 commit comments

Comments
 (0)