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 17612a8 commit 174ea25Copy full SHA for 174ea25
packages/logging/src/logging-and-telemetry.ts
@@ -70,7 +70,7 @@ export function setupLoggingAndTelemetry(
70
export async function getDeviceId(): Promise<string | 'unknown'> {
71
// Create a hashed format from the all uppercase version of the machine ID
72
// to match it exactly with the denisbrodbeck/machineid library that Atlas CLI uses.
73
- const originalId = (
+ const originalId: string = (
74
await require('native-machine-id').getMachineId({ raw: true })
75
)?.toUpperCase();
76
0 commit comments