Skip to content

Commit eb360e2

Browse files
committed
address comment: as const
1 parent 7a889b4 commit eb360e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/telemetry/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ export const MACHINE_METADATA = {
1313
arch: process.arch,
1414
os_type: process.platform,
1515
os_version: process.version,
16-
};
16+
} as const;

0 commit comments

Comments
 (0)