mapper: correct some variable names missed from change

Signed-off-by: Kristoffer Dalby <kristoffer@dalby.cc>
This commit is contained in:
Kristoffer Dalby 2025-12-17 10:35:48 +00:00
parent f3767dddf8
commit 82d4275c3b
2 changed files with 23 additions and 23 deletions

View file

@ -162,7 +162,7 @@ type workResult struct {
// work represents a unit of work to be processed by workers.
type work struct {
r change.Change
c change.Change
nodeID types.NodeID
resultCh chan<- workResult // optional channel for synchronous operations
}