mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-08 18:21:18 +08:00
refactoring for ee
This commit is contained in:
@@ -49,6 +49,6 @@ func getCurrentServerLimit() (limits LicenseLimits) {
|
||||
if err == nil {
|
||||
limits.Users = len(users)
|
||||
}
|
||||
limits.Servers = getServerCount()
|
||||
limits.Servers = logic.GetServerCount()
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user