Skip to content

Commit

Permalink
fix[server]: missing stac version in collections (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
diwakark89 committed Mar 20, 2024
1 parent 0ceb787 commit eeed301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eodag/rest/stac.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,7 @@ def get_collections(
for collec in collections["collections"]
]

collections = format_dict_items(collections, **format_args)
self.update_data(collections)
return self.as_dict()

Expand Down

0 comments on commit eeed301

Please sign in to comment.