Skip to content

Commit d28b29c

Browse files
committed
fix: deviceId method
1 parent a06b443 commit d28b29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/deviceId.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { getDeviceId } from "@mongodb-js/device-id";
2-
import * as nodeMachineId from "node-machine-id";
2+
import nodeMachineId from "node-machine-id";
33
import type { LoggerBase } from "../common/logger.js";
44
import { LogId } from "../common/logger.js";
55

0 commit comments

Comments
 (0)