Add debug code

This commit is contained in:
Eric Bailey
2025-07-15 09:53:31 -05:00
parent 83bd33bddb
commit 7fe50139b5
+7
View File
@@ -68,6 +68,13 @@ export function beginResolveGeolocation() {
*/
if (__DEV__) {
geolocationResolution = new Promise(y => y({success: true}))
// use for debugging
// device.set(['geolocation'], {
// countryCode: "GB",
// isAgeRestrictedGeo: true,
// })
if (!device.get(['geolocation'])) {
device.set(['geolocation'], DEFAULT_GEOLOCATION)
}