fix react query error (#9365)

This commit is contained in:
Samuel Newman
2025-11-11 02:02:01 +02:00
committed by GitHub
parent bcd0e40192
commit bb365856c9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -637,7 +637,7 @@ export function useFeedInfo(feedUri: string | undefined) {
queryKey: [feedInfoQueryKeyRoot, feedUri],
queryFn: async () => {
if (!feedUri) {
return undefined
return null
}
const res = await agent.app.bsky.feed.getFeedGenerator({