Added default start node to new workflows

This commit is contained in:
frikky
2020-06-13 13:05:47 +02:00
parent 3cd1f02ca7
commit 3f42b49284
3 changed files with 71 additions and 18 deletions
-1
View File
@@ -411,7 +411,6 @@ func generateYaml(swagger *openapi3.Swagger, newmd5 string) (*openapi3.Swagger,
//log.Printf("%s", j)
api.SmallImage = string(j)
api.LargeImage = string(j)
log.Printf("Set images!")
}
}
File diff suppressed because one or more lines are too long