This commit is contained in:
Eric Bailey
2025-12-04 11:00:15 -06:00
parent 3d1a03d58f
commit 0c19fe8ade
2 changed files with 10 additions and 14 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import * as aaDebug from '#/ageAssurance/debug'
import {IS_DEV} from '#/env'
import {type Geolocation} from '#/geolocation/types'
const localEnabled = false
const localEnabled = true
export const enabled = IS_DEV && (localEnabled || aaDebug.geolocation)
export const geolocation: Geolocation = aaDebug.geolocation ?? {
countryCode: 'AU',