this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

prefix unused variable

alice 342c5941 73ef85b6

+1 -1
+1 -1
src/App.tsx
··· 23 23 useMemo(() => { 24 24 const agent = new BskyAgent({ 25 25 service: 'https://bsky.social', 26 - persistSession: (evt: AtpSessionEvent, sess?: AtpSessionData) => { 26 + persistSession: (_evt: AtpSessionEvent, sess?: AtpSessionData) => { 27 27 setSession(sess!); 28 28 }, 29 29 });