ai_api / src /shared /utils /machine.ts
Yogesh
initial deploy
cd8bd0a
Raw
History Blame Contribute Delete
137 Bytes
import { getConsistentMachineId } from "./machineId";
export async function getMachineId() {
return await getConsistentMachineId();
}