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 a06b443 commit d28b29cCopy full SHA for d28b29c
src/helpers/deviceId.ts
@@ -1,5 +1,5 @@
1
import { getDeviceId } from "@mongodb-js/device-id";
2
-import * as nodeMachineId from "node-machine-id";
+import nodeMachineId from "node-machine-id";
3
import type { LoggerBase } from "../common/logger.js";
4
import { LogId } from "../common/logger.js";
5
0 commit comments