From 22b108df708162f5bff5e32f461adea1eb5e0c44 Mon Sep 17 00:00:00 2001 From: "Nathan.fooo" <86001920+appflowy@users.noreply.github.com> Date: Fri, 26 Jul 2024 12:03:29 +0800 Subject: [PATCH] chore: enable billing (#5818) --- frontend/appflowy_flutter/lib/shared/feature_flags.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/appflowy_flutter/lib/shared/feature_flags.dart b/frontend/appflowy_flutter/lib/shared/feature_flags.dart index 47dacc85b5..9cb1db4f00 100644 --- a/frontend/appflowy_flutter/lib/shared/feature_flags.dart +++ b/frontend/appflowy_flutter/lib/shared/feature_flags.dart @@ -92,7 +92,7 @@ enum FeatureFlag { bool get isOn { if ([ - if (kDebugMode) FeatureFlag.planBilling, + FeatureFlag.planBilling, // release this feature in version 0.6.1 FeatureFlag.spaceDesign, // release this feature in version 0.5.9