mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-16 05:41:13 +08:00
chore: fix some comments (#2918)
This commit is contained in:
@@ -620,7 +620,7 @@ func GetNetmakerTenantID() string {
|
||||
return netmakerTenantID
|
||||
}
|
||||
|
||||
// GetNetworkLimit - fetches free tier limits on users
|
||||
// GetUserLimit - fetches free tier limits on users
|
||||
func GetUserLimit() int {
|
||||
var userslimit int
|
||||
if os.Getenv("USERS_LIMIT") != "" {
|
||||
|
Reference in New Issue
Block a user