CmdBridge: Fix removeall result type

Change-Id: Idd428d2eb1f3a41a72b4cd90b4669b381c729d3b
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Marcus Tillmanns
2024-07-11 07:01:05 +02:00
parent d134b7b5ce
commit 580e2c379a

View File

@@ -197,7 +197,7 @@ func processRemoveAll(cmd command, out chan<- []byte) {
}
result, _ := cbor.Marshal(voidresult{
Type: "removeresult",
Type: "removeallresult",
Id: cmd.Id,
})
out <- result