fixed merged error

This commit is contained in:
SwiftyOS
2025-01-07 11:30:38 +01:00
parent c6daeefa06
commit 4f861e3823

View File

@@ -812,7 +812,7 @@ async def get_agent(
agent = store_listing_version.Agent
graph = await backend.data.graph.get_graph(
agent.id, agent.version, template=True
agent.id, agent.version
)
if not graph: