From fb3b2a4f47fb67f988e0209de3b9a21ed45315df Mon Sep 17 00:00:00 2001 From: Said Atrahouch Date: Tue, 13 Sep 2022 13:13:35 +0200 Subject: [PATCH] [MM-45580] Update with the typo the map --- model/notify_admin.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model/notify_admin.go b/model/notify_admin.go index 0ac0dd9743..247b28e11e 100644 --- a/model/notify_admin.go +++ b/model/notify_admin.go @@ -22,7 +22,7 @@ const ( PaidFeatureUnlimitedBoardcards = MattermostPaidFeature("mattermost.feature.unlimited_board_cards") PaidFeatureAllProfessionalfeatures = MattermostPaidFeature("mattermost.feature.all_professional") PaidFeatureAllEnterprisefeatures = MattermostPaidFeature("mattermost.feature.all_enterprise") - UpgradeDowngradedWorkspace = MattermostPaidFeature("mattermost.feature.upgrade_downgraded_workspace") + UpgradeDowngradedWorkspace = MattermostPaidFeature("mattermost.feature.upgrade_downgraded_workspace") ) var validSKUs map[string]struct{} = map[string]struct{}{ @@ -43,7 +43,7 @@ var paidFeatures map[MattermostPaidFeature]struct{} = map[MattermostPaidFeature] PaidFeatureUnlimitedBoardcards: {}, PaidFeatureAllProfessionalfeatures: {}, PaidFeatureAllEnterprisefeatures: {}, - UpgradeDowngradeWorkspace: {}, + UpgradeDowngradedWorkspace: {}, } type NotifyAdminToUpgradeRequest struct {