From d481d4530f4c1c7a627c125709859c2393f6f324 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 15 Jul 2025 13:27:27 -0500 Subject: [PATCH] Updaet storage schema --- src/storage/schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/schema.ts b/src/storage/schema.ts index 710cacab88..c05a7531df 100644 --- a/src/storage/schema.ts +++ b/src/storage/schema.ts @@ -7,7 +7,7 @@ export type Device = { lastNuxDialog: string | undefined geolocation?: { countryCode: string | undefined - isAgeRestrictedGeo: boolean + isAgeRestrictedGeo: boolean | undefined } trendingBetaEnabled: boolean devMode: boolean