mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-14 00:54:21 +08:00
fix extclient caching (#2653)
This commit is contained in:
parent
916694b2cf
commit
800f6e2222
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ func GetNetworkExtClients(network string) ([]models.ExtClient, error) {
|
|||
if err != nil {
|
||||
continue
|
||||
}
|
||||
key, err := GetRecordKey(extclient.ClientID, network)
|
||||
key, err := GetRecordKey(extclient.ClientID, extclient.Network)
|
||||
if err == nil {
|
||||
storeExtClientInCache(key, extclient)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue