From a853d1426f92217c6a71128dfb78952bce698a75 Mon Sep 17 00:00:00 2001
From: Jake Taylor <jake@elixxir.io>
Date: Wed, 5 Jan 2022 13:15:18 -0600
Subject: [PATCH] bring back some changes

---
 api/results.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/results.go b/api/results.go
index 94e2ba801..1e8a75bab 100644
--- a/api/results.go
+++ b/api/results.go
@@ -206,7 +206,7 @@ func (c *Client) getHistoricalRounds(msg *pb.HistoricalRounds,
 	}
 
 	// Service historical rounds, sending back to the caller thread
-	for _, ri := range resp.Rounds {
+	for i, ri := range resp.Rounds {
 		if ri == nil {
 			// Handle unknown by historical rounds
 			sendResults <- ds.EventReturn{
-- 
GitLab