Skip to content

Commit

Permalink
Include url in public org details in response
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Nov 26, 2024
1 parent 16ada91 commit dbe31ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/btrixcloud/colls.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ async def get_org_public_collections(self, org_slug: str):
)

public_org_details = PublicOrgDetails(
name=org.name, description=org.publicDescription
name=org.name, description=org.publicDescription, url=org.publicUrl
)

return OrgPublicCollections(org=public_org_details, collections=collections)
Expand Down

0 comments on commit dbe31ef

Please sign in to comment.