mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 10:02:04 +08:00
Apply suggestion from @chrarnoldus
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user