Compare commits

...

1 Commits

Author SHA1 Message Date
Eric Bailey 052a3e4f41 Reset default AA debug for E2E 2026-01-15 10:53:02 -06:00
+3 -3
View File
@@ -12,12 +12,12 @@ export const enabled = (IS_DEV && false) || IS_E2E
export const geolocation: Geolocation | undefined = enabled
? {
countryCode: 'BB',
countryCode: 'AA',
regionCode: undefined,
}
: undefined
const deviceGeolocationEnabled = false
const deviceGeolocationEnabled = false || IS_E2E
export const deviceGeolocation: Geolocation | undefined =
enabled && deviceGeolocationEnabled
? {
@@ -46,7 +46,7 @@ export const config: AppBskyAgeassuranceDefs.Config = {
rules: [
{
$type: ids.Default,
access: 'none',
access: 'full',
},
],
},