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 d2523b8 commit a796173Copy full SHA for a796173
src/helpers/deviceId.ts
@@ -2,8 +2,6 @@ import { getDeviceId } from "@mongodb-js/device-id";
2
import type { LoggerBase } from "../common/logger.js";
3
import { LogId } from "../common/logger.js";
4
5
-// Import node-machine-id based on the module system
6
-
7
export const DEVICE_ID_TIMEOUT = 3000;
8
9
export class DeviceId {
0 commit comments