mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-21 19:21:03 +02:00
Fix bug
This commit is contained in:
parent
762c65d343
commit
4e8f004410
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ class DispatcherManager:
|
||||||
flow = params.get("flow")
|
flow = params.get("flow")
|
||||||
kind = params.get("kind")
|
kind = params.get("kind")
|
||||||
|
|
||||||
return await self.invoke(data, responder, flow, kind)
|
return await self.invoke_flow_service(data, responder, flow, kind)
|
||||||
|
|
||||||
async def invoke_flow_service(self, data, responder, flow, kind):
|
async def invoke_flow_service(self, data, responder, flow, kind):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue