This commit is contained in:
Karl Seguin
2025-12-11 11:48:09 +08:00
parent 86ae004825
commit b25e46de2e
6 changed files with 7 additions and 8 deletions

View File

@@ -94,7 +94,7 @@ fn performSearch(cmd: anytype) !void {
// dispatch setChildNodesEvents to inform the client of the subpart of node
// tree covering the results.
try dispatchSetChildNodes(cmd, list._nodes);
try dispatchSetChildNodes(cmd, list._nodes);
return cmd.sendResult(.{
.searchId = search.name,