[bugfix] Fix typo in instance cache copyF (#3052)
This commit is contained in:
parent
2ddeb9b514
commit
86786ae5b3
|
@ -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]{
|
||||
|
|
Loading…
Reference in New Issue