Skip to content

Commit 8227091

Browse files
committed
Fixed app loading issue when auth field may be missing
1 parent 3ab4161 commit 8227091

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

db-connector.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6554,7 +6554,6 @@ func GetPrioritizedApps(ctx context.Context, user User) ([]WorkflowApp, error) {
65546554
continue
65556555
}
65566556

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

0 commit comments

Comments
 (0)