Fixed issues on take node which is not working on the list of response class for get apis
This commit is contained in:
@@ -279,7 +279,7 @@ namespace Nodify.Calculator
|
||||
IsInput = false,
|
||||
Shape = ConnectorShape.Square,
|
||||
ConnectorColor = Color.MediumPurple,
|
||||
DataType = responseClassName.ToLower()
|
||||
DataType = responseClassName
|
||||
});
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user