chore: tweak feature comments

This commit is contained in:
Steven
2025-08-18 23:10:33 +08:00
parent 260b451a5f
commit d5e7c50682
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -39,8 +39,8 @@ var FeatureMatrix = map[FeatureType][3]bool{
FeatureTypeUnlimitedShortcuts: {false, true, true},
FeatureTypeUnlimitedCollections: {false, true, true},
FeatureTypeCustomeBranding: {false, false, true},
FeatureTypeSSO: {false, false, false},
FeatureTypeAdvancedAnalytics: {false, false, false},
FeatureTypeSSO: {false, false, true},
FeatureTypeAdvancedAnalytics: {false, false, true},
}
func getDefaultFeatures(plan v1pb.PlanType) []FeatureType {