#163: Major fixes to app sdk

This commit is contained in:
frikky
2020-10-07 16:50:15 +02:00
parent 0f5f97a837
commit 4fe0d3d035
4 changed files with 84 additions and 11 deletions
+1
View File
@@ -2531,6 +2531,7 @@ const AngularWorkflow = (props) => {
var jsonvalid = true
try {
console.log(foundResult.result)
const tmp = String(JSON.parse(foundResult.result))
if (!tmp.includes("{") && !tmp.includes("[")) {
jsonvalid = false