diff --git a/app/server/appsmith-server/src/main/resources/features/init-flags.yml b/app/server/appsmith-server/src/main/resources/features/init-flags.yml index afa282cb98..8789972491 100644 --- a/app/server/appsmith-server/src/main/resources/features/init-flags.yml +++ b/app/server/appsmith-server/src/main/resources/features/init-flags.yml @@ -12,10 +12,10 @@ ff4j: enable: true description: Enable JS editor by email domain of the user flipstrategy: - class: com.appsmith.server.featureflags.strategies.EmailBasedRolloutStrategy + class: org.ff4j.strategy.PonderationStrategy param: - - name: emailDomains - value: appsmith.com,moolya.com + - name: weight + value: 1 - uid: LINTING enable: true