Make sure to process headers correctly in blueprint

This commit is contained in:
Owen
2025-09-21 21:47:36 -04:00
parent 78ba27dc63
commit 0c3b2bc2f5
2 changed files with 3 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ export async function addTargets(
}:${target.port}`;
});
sendToClient(newtId, {
await sendToClient(newtId, {
type: `newt/${protocol}/add`,
data: {
targets: payloadTargets