Fixed issues on take node which is not working on the list of response class for get apis

This commit is contained in:
Ankitkumar Satapara
2026-04-18 23:30:55 +05:30
parent 863fc679ed
commit 9c3241cea4
2 changed files with 12 additions and 6 deletions

View File

@@ -279,7 +279,7 @@ namespace Nodify.Calculator
IsInput = false,
Shape = ConnectorShape.Square,
ConnectorColor = Color.MediumPurple,
DataType = responseClassName.ToLower()
DataType = responseClassName
});
}
else