From 83656fedb565f0ccd00a946e8fb94b08d7eea079 Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 30 May 2024 21:33:54 +0300 Subject: [PATCH] warnfix --- src/context/following.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/following.tsx b/src/context/following.tsx index 31248fd7..adc2977b 100644 --- a/src/context/following.tsx +++ b/src/context/following.tsx @@ -51,7 +51,7 @@ export const FollowingProvider = (props: { children: JSX.Element }) => { setFollows(result || EMPTY_SUBSCRIPTIONS) } } catch (error) { - console.info('[context.following] cannot get subs', error) + console.warn('[context.following] cannot get subs', error) } finally { setLoading(false) }