Skip to content

Commit e2cc80c

Browse files
ran 'npm run fix'
1 parent 26cc9fa commit e2cc80c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/tools/atlasLocal/atlasLocalTool.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@ please log a ticket here: https://github.com/mongodb-js/mongodb-mcp-server/issue
3939
return this.executeWithAtlasLocalClient(client, ...args);
4040
}
4141

42-
protected async lookupDeploymentIdAndAddToTelemetryMetadata(
43-
client: Client,
44-
containerId: string,
45-
46-
): Promise<void> {
42+
protected async lookupDeploymentIdAndAddToTelemetryMetadata(client: Client, containerId: string): Promise<void> {
4743
// Don't run if telemetry is disabled
4844
if (this.config.telemetry === "disabled") {
4945
return;

0 commit comments

Comments
 (0)