From 86786ae5b3f2cf3cf33b3b303a75ac945b0f4b77 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:43:00 +0200 Subject: [PATCH] [bugfix] Fix typo in instance cache copyF (#3052) --- internal/cache/db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cache/db.go b/internal/cache/db.go index e00c02701..d0fe77649 100644 --- a/internal/cache/db.go +++ b/internal/cache/db.go @@ -723,7 +723,7 @@ func (c *Caches) initInstance() { i2.DomainBlock = nil i2.ContactAccount = nil - return i1 + return i2 } c.GTS.Instance.Init(structr.CacheConfig[*gtsmodel.Instance]{