Skip to content

Commit 36b952b

Browse files
Merge branch 'main' into dependabot/github_actions/all-1cc54e3a68
2 parents 0cd5ecd + 75b57e9 commit 36b952b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/pgstac/models/links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# These can be inferred from the item/collection so they aren't included in the database
1313
# Instead they are dynamically generated when querying the database using the classes defined below
14-
INFERRED_LINK_RELS = ["self", "item", "parent", "collection", "root"]
14+
INFERRED_LINK_RELS = ["self", "item", "parent", "collection", "root", "items"]
1515

1616

1717
def filter_links(links: List[Dict]) -> List[Dict]:

0 commit comments

Comments
 (0)