Skip to content

Commit 174ea25

Browse files
committed
chore: add type annotation
1 parent 17612a8 commit 174ea25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/logging/src/logging-and-telemetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export function setupLoggingAndTelemetry(
7070
export async function getDeviceId(): Promise<string | 'unknown'> {
7171
// Create a hashed format from the all uppercase version of the machine ID
7272
// to match it exactly with the denisbrodbeck/machineid library that Atlas CLI uses.
73-
const originalId = (
73+
const originalId: string = (
7474
await require('native-machine-id').getMachineId({ raw: true })
7575
)?.toUpperCase();
7676

0 commit comments

Comments
 (0)