Skip to content

Commit

Permalink
Hiding Boomi as for now for cyclic references
Browse files Browse the repository at this point in the history
  • Loading branch information
FalkWolsky committed Oct 10, 2024
1 parent 04e6731 commit db2bce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/node-service/src/plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import postmanEchoPlugin from "./postmanEcho";
import lowcoderPlugin from "./lowcoder";
import supabaseApiPlugin from "./supabaseApi";
import firebirdsqlPlugin from "./firebirdsql";
import boomiPlugin from "./boomi";
// import boomiPlugin from "./boomi";

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

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

// Workflow
n8nPlugin,
boomiPlugin,
// boomiPlugin,

// Messaging
twilioPlugin,
Expand Down

0 comments on commit db2bce4

Please sign in to comment.