Skip to content

Commit b083f9d

Browse files
authored
Merge pull request #558 from gianlucam76/plan
(chore) fix plan definitions
2 parents 453f205 + a556d83 commit b083f9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/licenses/license.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ const (
5555
type Plan string
5656

5757
const (
58-
PlanEnterprise = Features("Enterprise")
58+
PlanEnterprise = Plan("Enterprise")
5959

60-
PlanEnterprisePlus = Features("EnterprisePlus")
60+
PlanEnterprisePlus = Plan("EnterprisePlus")
6161
)
6262

6363
// LicensePayload defines the internal structure of the data that gets signed

0 commit comments

Comments
 (0)