Apply suggestion from @chrarnoldus

This commit is contained in:
Christiaan Arnoldus
2026-02-18 21:02:36 +01:00
committed by GitHub
parent 11c6f9f57a
commit f57aa882c9
-1
View File
@@ -13,7 +13,6 @@ export namespace Identity {
export async function getMachineId(): Promise<string | undefined> {
if (machineId) return machineId
const override = process.env.KILO_MACHINE_ID
if (override) {
machineId = override