Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
NagyZoltanPeter 2026-07-16 10:17:18 +02:00
parent 8eba90b6f7
commit 500655bba3
No known key found for this signature in database
GPG Key ID: 3E1F97CF4A7B6F42

View File

@ -70,7 +70,7 @@ proc recordSend*(
self.sendByReqId.del(evicted)
self.sendByReqId.withValue(requestId, status):
status.events.add(record)
status[].events.add(record)
proc recordReceived*(
self: MessagingEventCache, messageHash: string, message: MessagingMessage