Skip to content

Commit db2bce4

Browse files
author
FalkWolsky
committedOct 10, 2024·
Hiding Boomi as for now for cyclic references
1 parent 04e6731 commit db2bce4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎server/node-service/src/plugins/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import postmanEchoPlugin from "./postmanEcho";
3939
import lowcoderPlugin from "./lowcoder";
4040
import supabaseApiPlugin from "./supabaseApi";
4141
import firebirdsqlPlugin from "./firebirdsql";
42-
import boomiPlugin from "./boomi";
42+
// import boomiPlugin from "./boomi";
4343

4444
let plugins: (DataSourcePlugin | DataSourcePluginFactory)[] = [
4545

@@ -78,7 +78,7 @@ let plugins: (DataSourcePlugin | DataSourcePluginFactory)[] = [
7878

7979
// Workflow
8080
n8nPlugin,
81-
boomiPlugin,
81+
// boomiPlugin,
8282

8383
// Messaging
8484
twilioPlugin,

0 commit comments

Comments
 (0)
Please sign in to comment.