Skip to content

Commit 6beb83e

Browse files
committed
chore: default value
1 parent e09dbc6 commit 6beb83e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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', false);
155155

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

0 commit comments

Comments
 (0)