Minor edits

This commit is contained in:
frikky
2021-08-30 12:23:11 +02:00
parent f213451f9b
commit 07f96ac552
2 changed files with 4 additions and 46 deletions
+4
View File
@@ -1544,6 +1544,10 @@ func handleExecution(id string, workflow shuffle.Workflow, request *http.Request
log.Printf("\n\nShould replace auth parameters!!!\n\n")
for _, param := range curAuth.Fields {
if param.Key == "expiration" {
continue
}
newParams = append(newParams, shuffle.WorkflowAppActionParameter{
Name: param.Key,
Value: param.Value,