Remove TF check for BUNDLE_DATE

This commit is contained in:
Eric Bailey
2025-07-28 17:50:21 -05:00
parent 9a3a9ac537
commit 658745b33a
+3 -4
View File
@@ -43,10 +43,9 @@ export const BUNDLE_IDENTIFIER: string =
* for each build. This should only be used for StatSig reporting and shouldn't * for each build. This should only be used for StatSig reporting and shouldn't
* be used to identify a specific bundle. * be used to identify a specific bundle.
*/ */
export const BUNDLE_DATE: number = export const BUNDLE_DATE: number = !process.env.EXPO_PUBLIC_BUNDLE_DATE
IS_INTERNAL || !process.env.EXPO_PUBLIC_BUNDLE_DATE ? 0
? 0 : Number(process.env.EXPO_PUBLIC_BUNDLE_DATE)
: Number(process.env.EXPO_PUBLIC_BUNDLE_DATE)
/** /**
* The log level for the app. * The log level for the app.