added the suffixed client id. a tiny miss in the code.

This commit is contained in:
redshift
2026-04-30 14:06:07 +05:30
parent 1d556c42e3
commit 790bf925bb
+1 -1
View File
@@ -144,7 +144,7 @@ export async function addDaemonClient(
const result = await callDaemon("/clients/add", {
method: "POST",
body: { name, id: derivedId },
body: { name, id: clientId },
});