chore: fix some comments (#2918)

This commit is contained in:
momantech
2024-05-08 14:47:23 +08:00
committed by GitHub
parent 1b86e80299
commit 7e2b5b196a
8 changed files with 12 additions and 12 deletions

View File

@@ -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") != "" {