From 36f4dc32749bb935eac9df2506e519d9075ae572 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 11 Jul 2025 14:49:28 -0500 Subject: [PATCH] Remove todo --- src/state/age-assurance/index.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/state/age-assurance/index.tsx b/src/state/age-assurance/index.tsx index e3ef002b8e..c093e59af4 100644 --- a/src/state/age-assurance/index.tsx +++ b/src/state/age-assurance/index.tsx @@ -75,9 +75,6 @@ export function Provider({children}: {children: React.ReactNode}) { account: agent.session?.did, }) - // TODO pretty sure we don't need this - // qc.invalidateQueries({queryKey: preferencesQueryKey}) - await getAndRegisterPushToken({ isAgeRestricted: Boolean( isAgeRestrictedGeo && data.status !== 'assured',