From f8ae0540a062e6346baf9fbf0481f769fb23a120 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 4 Sep 2025 11:07:12 -0500 Subject: Provide geo-gated users optional GPS fallback for precise location data (#8973) --- src/state/geolocation/logger.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/state/geolocation/logger.ts (limited to 'src/state/geolocation/logger.ts') diff --git a/src/state/geolocation/logger.ts b/src/state/geolocation/logger.ts new file mode 100644 index 000000000..afda81136 --- /dev/null +++ b/src/state/geolocation/logger.ts @@ -0,0 +1,3 @@ +import {Logger} from '#/logger' + +export const logger = Logger.create(Logger.Context.Geolocation) -- cgit 1.4.1