Skip to content

Commit

Permalink
revert license response to limits tag for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek9686 committed Aug 16, 2023
1 parent 8ce4cec commit f492194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type ValidatedLicense struct {
// LicenseSecret - the encrypted struct for sending user-id
type LicenseSecret struct {
AssociatedID string `json:"associated_id" binding:"required"` // UUID for user foreign key to User table
Usage Usage `json:"usage" binding:"required"`
Usage Usage `json:"limits" binding:"required"`
}

// Usage - struct for license usage
Expand Down

0 comments on commit f492194

Please sign in to comment.