Cleanup todos, add comments

This commit is contained in:
Eric Bailey
2025-12-04 11:50:02 -06:00
parent 6c2665eec0
commit 9bc71bc3e6
14 changed files with 46 additions and 20 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 = true
const localEnabled = false
export const enabled = IS_DEV && (localEnabled || aaDebug.geolocation)
export const geolocation: Geolocation = aaDebug.geolocation ?? {
countryCode: 'AU',