sync once pointer

This commit is contained in:
crn4
2025-10-29 16:38:33 +01:00
parent 8875168d2b
commit 84decc36c0
3 changed files with 9 additions and 1 deletions

View File

@@ -857,6 +857,7 @@ func (s *SqlStore) GetAccount(ctx context.Context, accountID string) (*types.Acc
}
account.NameServerGroupsG = nil
account.InitOnce()
return &account, nil
}