mirror of
https://github.com/aykhans/slash-e.git
synced 2026-09-24 23:06:48 +00:00
chore: tweak feature comments
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user