Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Light-Beacon committed Nov 25, 2024
1 parent f982acb commit e1c9f94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Project/modules/APIs.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,7 @@ def generate(self, context:'Context'):
setter = context.setter
card = self.project.base_library.get_card('VersionLatestListCard', False)
card = setter.decorate(card)
return context.builder.template_manager.build(card)
return context.builder.template_manager.build(card, context=context)

def get_content_type(self, setter):
return 'application/xml'

0 comments on commit e1c9f94

Please sign in to comment.