From 500655bba36555d120e26b4959b22c2276139542 Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Thu, 16 Jul 2026 10:17:18 +0200 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- logos_delivery/messaging/rest_api/event_cache.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logos_delivery/messaging/rest_api/event_cache.nim b/logos_delivery/messaging/rest_api/event_cache.nim index 3f6cb914a..80a6cb47a 100644 --- a/logos_delivery/messaging/rest_api/event_cache.nim +++ b/logos_delivery/messaging/rest_api/event_cache.nim @@ -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