Bluesky app fork with some witchin' additions 💫

Fix bad substitution (#8752)

authored by

Eric Bailey and committed by
GitHub
3ff42f15 3dc6dcd9

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