We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eeb786 commit 6c84179Copy full SHA for 6c84179
src/tools/atlas/metadata/connectCluster.ts
@@ -5,7 +5,6 @@ import { ToolArgs, OperationType } from "../../tool.js";
5
import { generateSecurePassword } from "../../../common/atlas/generatePassword.js";
6
import logger, { LogId } from "../../../logger.js";
7
import { inspectCluster } from "../../../common/atlas/cluster.js";
8
-import { error } from "console";
9
10
const EXPIRY_MS = 1000 * 60 * 60 * 12; // 12 hours
11
0 commit comments