Reset default AA debug for E2E
This commit is contained in:
@@ -12,12 +12,12 @@ export const enabled = (IS_DEV && false) || IS_E2E
|
|||||||
|
|
||||||
export const geolocation: Geolocation | undefined = enabled
|
export const geolocation: Geolocation | undefined = enabled
|
||||||
? {
|
? {
|
||||||
countryCode: 'BB',
|
countryCode: 'AA',
|
||||||
regionCode: undefined,
|
regionCode: undefined,
|
||||||
}
|
}
|
||||||
: undefined
|
: undefined
|
||||||
|
|
||||||
const deviceGeolocationEnabled = false
|
const deviceGeolocationEnabled = false || IS_E2E
|
||||||
export const deviceGeolocation: Geolocation | undefined =
|
export const deviceGeolocation: Geolocation | undefined =
|
||||||
enabled && deviceGeolocationEnabled
|
enabled && deviceGeolocationEnabled
|
||||||
? {
|
? {
|
||||||
@@ -46,7 +46,7 @@ export const config: AppBskyAgeassuranceDefs.Config = {
|
|||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
$type: ids.Default,
|
$type: ids.Default,
|
||||||
access: 'none',
|
access: 'full',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user