Moved executions to workflow view

This commit is contained in:
frikky
2021-01-22 13:27:28 +01:00
parent 4f1e618042
commit 09002f4aa3
3 changed files with 10 additions and 3 deletions
-1
View File
@@ -4940,7 +4940,6 @@ func addAppAuthentication(resp http.ResponseWriter, request *http.Request) {
if foundIndex >= 0 {
log.Printf("[INFO] Found app %s by looping auth", appAuth.App.ID)
app = &workflowapps[foundIndex]
} else {
log.Printf("[ERROR] Failed finding app %s which has auth after looping", appAuth.App.ID)
resp.WriteHeader(409)