this repo has no description
0
fork

Configure Feed

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

Comment out log

+1 -1
+1 -1
src/app.jsx
··· 243 243 244 244 const mastoAccount = await masto.v1.accounts.verifyCredentials(); 245 245 246 - console.log({ tokenJSON, mastoAccount }); 246 + // console.log({ tokenJSON, mastoAccount }); 247 247 248 248 let account = accounts.find((a) => a.info.id === mastoAccount.id); 249 249 if (account) {