mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-23 06:15:13 +02:00
Flow class -> flow blueprint
This commit is contained in:
parent
65acba43a1
commit
a2645cf69d
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class FlowConfig:
|
||||||
if param_type not in self.param_type_cache:
|
if param_type not in self.param_type_cache:
|
||||||
try:
|
try:
|
||||||
# Fetch parameter type definition from config store
|
# Fetch parameter type definition from config store
|
||||||
type_def = await self.config.get("parameter-types").get(param_type)
|
type_def = await self.config.get("parameter-type").get(param_type)
|
||||||
if type_def:
|
if type_def:
|
||||||
self.param_type_cache[param_type] = json.loads(type_def)
|
self.param_type_cache[param_type] = json.loads(type_def)
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue