Skip to content

Commit

Permalink
chore(license): fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vikrantgupta25 committed Feb 5, 2025
1 parent 53d8372 commit b10baa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/query-service/model/license.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func NewLicenseV3(data map[string]interface{}) (*LicenseV3, error) {
if err != nil {
return nil, err
}
// if license status is inactive then default it to basic
// if license status is invalid then default it to basic
if status == LicenseStatusInvalid {
planName = PlanNameBasic
}
Expand Down

0 comments on commit b10baa1

Please sign in to comment.