From 578109eab99b82e57cb974f4ebd7d21437a89a8e Mon Sep 17 00:00:00 2001 From: Nilansh Bansal Date: Wed, 5 Feb 2025 23:27:04 +0530 Subject: [PATCH] chore: updated the function visibility to override in EE (#39045) --- .../com/appsmith/server/plugins/base/PluginServiceCEImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/plugins/base/PluginServiceCEImpl.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/plugins/base/PluginServiceCEImpl.java index f29d56e980..048c9583f8 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/plugins/base/PluginServiceCEImpl.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/plugins/base/PluginServiceCEImpl.java @@ -636,7 +636,7 @@ public class PluginServiceCEImpl extends BaseService getAllPlugins(String workspaceId) { + public Flux getAllPlugins(String workspaceId) { // TODO : Think about the various scenarios where this plugin api is called and then decide on permissions. Mono workspaceMono = workspaceService.getById(workspaceId);