Skip to content

Commit

Permalink
#296 changing account_id to enterprise_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ventura committed Nov 22, 2022
1 parent 446c825 commit 1c32ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copado-function/app/Init.fn.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CONFIG.credentialNameTarget = null;
CONFIG.client_id = process.env.client_id;
CONFIG.client_secret = process.env.client_secret;
CONFIG.auth_url = process.env.auth_url;
CONFIG.account_id = process.env.account_id;
CONFIG.account_id = process.env.enterprise_id;
CONFIG.credentials = `{"${CONFIG.credentialNameSource}":{"client_id":"${CONFIG.client_id}","client_secret":"${CONFIG.client_secret}","auth_url":"${CONFIG.auth_url}","account_id":"${CONFIG.account_id}"}}`;

// generic
Expand Down

0 comments on commit 1c32ea3

Please sign in to comment.