mirror of
https://github.com/Routstr/routstrd.git
synced 2026-08-09 03:44:38 +00:00
added the suffixed client id. a tiny miss in the code.
This commit is contained in:
@@ -144,7 +144,7 @@ export async function addDaemonClient(
|
||||
|
||||
const result = await callDaemon("/clients/add", {
|
||||
method: "POST",
|
||||
body: { name, id: derivedId },
|
||||
body: { name, id: clientId },
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user