chore: updated the function visibility to override in EE (#39045)

This commit is contained in:
Nilansh Bansal 2025-02-05 23:27:04 +05:30 committed by GitHub
parent 108c797714
commit 578109eab9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -636,7 +636,7 @@ public class PluginServiceCEImpl extends BaseService<PluginRepository, Plugin, S
});
}
private Flux<Plugin> getAllPlugins(String workspaceId) {
public Flux<Plugin> getAllPlugins(String workspaceId) {
// TODO : Think about the various scenarios where this plugin api is called and then decide on permissions.
Mono<Workspace> workspaceMono = workspaceService.getById(workspaceId);