Skip to content

Commit 56889db

Browse files
authored
chore(cockpit): remove expert plan (#2025)
1 parent 65e2bc8 commit 56889db

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

api/cockpit/v1beta1/cockpit_sdk.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,8 @@ const (
269269
PlanNameFree = PlanName("free")
270270
// The premium plan with a longer retention.
271271
PlanNamePremium = PlanName("premium")
272-
PlanNameCustom = PlanName("custom")
273-
// The expert plan with the longest retention.
274-
PlanNameExpert = PlanName("expert")
272+
// The custom plan.
273+
PlanNameCustom = PlanName("custom")
275274
)
276275

277276
func (enum PlanName) String() string {

0 commit comments

Comments
 (0)