Skip to content

Commit 2b88e49

Browse files
committed
chore: default value
1 parent e09dbc6 commit 2b88e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/lib/featureManagement.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export const sharedPostPreviewFeature = new Feature(
151151
false,
152152
);
153153

154-
export const featureOnboardingV2 = new Feature('onboarding_v2', true);
154+
export const featureOnboardingV2 = new Feature('onboarding_v2', isDevelopment);
155155

156156
export const featureUpvoteCountThreshold = new Feature<{
157157
threshold: number;

0 commit comments

Comments
 (0)