Skip to content

Commit

Permalink
Do not create the credentials object if not exported
Browse files Browse the repository at this point in the history
  • Loading branch information
GogoVega committed Jan 25, 2024
1 parent 5b096bf commit 14811b5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,6 @@ RED.nodes = (function() {
}
}
} else if (n.credentials) {
node.credentials = {};
// All other nodes have a well-defined list of possible credentials
for (var cred in n._def.credentials) {
if (n._def.credentials.hasOwnProperty(cred)) {
Expand Down

0 comments on commit 14811b5

Please sign in to comment.