Skip to content

Commit

Permalink
forgotten revert bit
Browse files Browse the repository at this point in the history
  • Loading branch information
parametalol committed Sep 12, 2023
1 parent f476c1b commit f5cfd53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/dinosaur/pkg/services/quota/ams_quota_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ func newBaseQuotaReservedResourceResourceBuilder() amsv1.ReservedResourceBuilder
}

var supportedAMSBillingModels = map[string]struct{}{
string(amsv1.BillingModelMarketplace): struct{}{},
string(amsv1.BillingModelStandard): struct{}{},
string(amsv1.BillingModelMarketplaceAWS): struct{}{},
string(amsv1.BillingModelMarketplace): {},
string(amsv1.BillingModelStandard): {},
string(amsv1.BillingModelMarketplaceAWS): {},
}

// CheckIfQuotaIsDefinedForInstanceType ...
Expand Down

0 comments on commit f5cfd53

Please sign in to comment.