Update BUNDLE_DATE format comment
This commit is contained in:
Vendored
+3
-3
@@ -30,9 +30,9 @@ export const BUNDLE_IDENTIFIER: string =
|
||||
process.env.EXPO_PUBLIC_BUNDLE_IDENTIFIER?.slice(0, 7) || 'dev'
|
||||
|
||||
/**
|
||||
* This will always be in the format of YYMMDD, so that it always increases for
|
||||
* each build. This should only be used for StatSig reporting and shouldn't be
|
||||
* used to identify a specific bundle.
|
||||
* This will always be in the format of YYMMDDHH, so that it always increases
|
||||
* for each build. This should only be used for StatSig reporting and shouldn't
|
||||
* be used to identify a specific bundle.
|
||||
*/
|
||||
export const BUNDLE_DATE: number =
|
||||
IS_INTERNAL || !process.env.EXPO_PUBLIC_BUNDLE_DATE
|
||||
|
||||
Reference in New Issue
Block a user