Revert debug
This commit is contained in:
@@ -9,12 +9,12 @@ import {type OtherRequiredData} from '#/ageAssurance/data'
|
|||||||
import {IS_DEV, IS_E2E} from '#/env'
|
import {IS_DEV, IS_E2E} from '#/env'
|
||||||
import {type Geolocation} from '#/geolocation'
|
import {type Geolocation} from '#/geolocation'
|
||||||
|
|
||||||
export const enabled = (IS_DEV && true) || IS_E2E
|
export const enabled = (IS_DEV && false) || IS_E2E
|
||||||
|
|
||||||
export const geolocation: Geolocation | undefined = enabled
|
export const geolocation: Geolocation | undefined = enabled
|
||||||
? {
|
? {
|
||||||
countryCode: 'US',
|
countryCode: 'AA',
|
||||||
regionCode: 'TX',
|
regionCode: undefined,
|
||||||
}
|
}
|
||||||
: undefined
|
: undefined
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user