chore: Enable plan reconcile in self hosted (#9357)

This PR will revert the premium config in self hosted instances to its original state if any unauthorised modifications are made.
This commit is contained in:
Sojan Jose
2024-05-08 14:26:00 -07:00
committed by GitHub
parent 73f373913f
commit 3a1299520c
2 changed files with 8 additions and 11 deletions

View File

@@ -5,8 +5,7 @@ class Internal::ReconcilePlanConfigService
create_premium_config_reset_warning if premium_config_reset_required?
# We will have this enabled in the future
# reconcile_premium_config
reconcile_premium_config
reconcile_premium_features
end