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 c15cdc2 commit 57d63daCopy full SHA for 57d63da
server/node-service/src/plugins/index.ts
@@ -18,7 +18,6 @@ import githubPlugin from "./github";
18
import huggingFacePlugin from "./huggingFaceEndpoint";
19
import jiraPlugin from "./jira";
20
import oneSignalPlugin from "./oneSignal";
21
-import salesForcePlugin from "./salesForce";
22
import sendGridPlugin from "./sendGrid";
23
import shopifyPlugin from "./shopify";
24
import slackPlugin from "./slack";
@@ -53,7 +52,6 @@ let plugins: (DataSourcePlugin | DataSourcePluginFactory)[] = [
53
52
huggingFaceInferencePlugin,
54
jiraPlugin,
55
oneSignalPlugin,
56
- salesForcePlugin,
57
sendGridPlugin,
58
shopifyPlugin,
59
slackPlugin,
0 commit comments