From 2d12b64cc8a0437c3df06546dc753c39d99a649a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 25 Jun 2025 21:36:40 -0500 Subject: [PATCH] Bump git index --- src/lib/notifications/notifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/notifications/notifications.ts b/src/lib/notifications/notifications.ts index d5fa3edd85..48124e6975 100644 --- a/src/lib/notifications/notifications.ts +++ b/src/lib/notifications/notifications.ts @@ -115,9 +115,9 @@ async function getPushToken() { * it fires), so there's a possibility that multiple calls will be made, but * that is acceptable. * - * @see https://github.com/bluesky-social/social-app/pull/4467 * @see https://github.com/expo/expo/issues/28656 * @see https://github.com/expo/expo/issues/29909 + * @see https://github.com/bluesky-social/social-app/pull/4467 */ export function useGetAndRegisterPushToken() { const registerPushToken = useRegisterPushToken()