#152: Fixed null pointer issue when apps are not installed

This commit is contained in:
frikky
2020-09-17 19:45:08 +02:00
parent 35d7fb4aa0
commit c4ed881b46
4 changed files with 23 additions and 21 deletions
+1
View File
@@ -1916,6 +1916,7 @@ func abortExecution(resp http.ResponseWriter, request *http.Request) {
return
}
// FIXME: Check the execution if this fails.
user, err := handleApiAuthentication(resp, request)
if err != nil {
log.Printf("Api authentication failed in abort workflow: %s", err)