@lead-routing/cli 0.6.5 → 0.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1408,7 +1408,7 @@ The managed package is already installed \u2014 just click "Connect Salesforce"
|
|
|
1408
1408
|
try {
|
|
1409
1409
|
let webhookSecret = "";
|
|
1410
1410
|
const envEngineContent = readFileSync4(join5(dir, ".env.engine"), "utf-8");
|
|
1411
|
-
const match = envEngineContent.match(/^WEBHOOK_SECRET=(.+)$/m);
|
|
1411
|
+
const match = envEngineContent.match(/^(?:ENGINE_)?WEBHOOK_SECRET=(.+)$/m);
|
|
1412
1412
|
if (match) webhookSecret = match[1].trim();
|
|
1413
1413
|
if (webhookSecret) {
|
|
1414
1414
|
const mcpDir = join5(homedir3(), ".lead-routing");
|