We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd82ffc commit 7636e68Copy full SHA for 7636e68
index.js
@@ -9,7 +9,6 @@ const app = express()
9
// Initialize Salesforce SDK
10
const sdk = init();
11
12
- 'Tech', 'Global', 'Advanced', 'Innovative', 'Strategic', 'Premier', 'Elite',
13
// Get connection names from environment variable
14
const connectionNames = process.env.CONNECTION_NAMES ? process.env.CONNECTION_NAMES.split(',') : []
15
0 commit comments