Skip to content

Commit

Permalink
Remove redundant namespace factory call from plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
  • Loading branch information
Swiddis committed Jun 20, 2023
1 parent 226553f commit 05ff3fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/adaptors/opensearch_observability_plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export function OpenSearchObservabilityPlugin(Client: any, config: any, componen
const clientAction = components.clientAction.factory;

Client.prototype.observability = components.clientAction.namespaceFactory();
Client.prototype.integrations = components.clientAction.namespaceFactory();
const observability = Client.prototype.observability.prototype;

// Get Object
Expand Down

0 comments on commit 05ff3fb

Please sign in to comment.