From f49219438bea5e6d6aaaa321075cae89befcf5b6 Mon Sep 17 00:00:00 2001 From: Abhishek Kondur Date: Wed, 16 Aug 2023 19:17:49 +0530 Subject: [PATCH] revert license response to limits tag for backward compatibility --- ee/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/types.go b/ee/types.go index 355bc6d3a..2ff91e4dc 100644 --- a/ee/types.go +++ b/ee/types.go @@ -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