[bugfix] Fix typo in instance cache copyF (#3052)

This commit is contained in:
tobi 2024-06-28 16:43:00 +02:00 committed by GitHub
parent 2ddeb9b514
commit 86786ae5b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]{