···43 * for each build. This should only be used for StatSig reporting and shouldn't
44 * be used to identify a specific bundle.
45 */
46-export const BUNDLE_DATE: number = !process.env.EXPO_PUBLIC_BUNDLE_DATE
47- ? 0
48- : Number(process.env.EXPO_PUBLIC_BUNDLE_DATE)
04950/**
51 * The log level for the app.
···43 * for each build. This should only be used for StatSig reporting and shouldn't
44 * be used to identify a specific bundle.
45 */
46+export const BUNDLE_DATE: number =
47+ process.env.EXPO_PUBLIC_BUNDLE_DATE === undefined
48+ ? 0
49+ : Number(process.env.EXPO_PUBLIC_BUNDLE_DATE)
5051/**
52 * The log level for the app.