Skip to content

Commit

Permalink
Fixed app loading issue when auth field may be missing
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky committed Nov 21, 2024
1 parent 3ab4161 commit 8227091
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db-connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -6554,7 +6554,6 @@ func GetPrioritizedApps(ctx context.Context, user User) ([]WorkflowApp, error) {
continue
}

//log.Printf("[INFO] App %s' action %s has %d auth fields, but only %d required", app.Name, action.Name, len(authFields), len(requiredAuthFields))
for _, requiredField := range requiredAuthFields {
allApps[appIndex].Actions[actionIndex].Parameters = append(allApps[appIndex].Actions[actionIndex].Parameters, requiredField)
}
Expand Down

0 comments on commit 8227091

Please sign in to comment.