Update build

This commit is contained in:
Nayam Amarshe
2023-10-26 13:39:52 +05:30
parent 523d035ecd
commit ce5601ad2f
2 changed files with 2 additions and 2 deletions

View File

@@ -3,5 +3,5 @@ type FeatureFlags = {
};
export const featureFlags: FeatureFlags = {
APP_STORE_BUILD: true,
APP_STORE_BUILD: false,
};