kopia lustrzana https://github.com/cheeaun/phanpy
Comment out log
rodzic
fb88129ae7
commit
c006a791b9
|
@ -243,7 +243,7 @@ export function App() {
|
||||||
|
|
||||||
const mastoAccount = await masto.v1.accounts.verifyCredentials();
|
const mastoAccount = await masto.v1.accounts.verifyCredentials();
|
||||||
|
|
||||||
console.log({ tokenJSON, mastoAccount });
|
// console.log({ tokenJSON, mastoAccount });
|
||||||
|
|
||||||
let account = accounts.find((a) => a.info.id === mastoAccount.id);
|
let account = accounts.find((a) => a.info.id === mastoAccount.id);
|
||||||
if (account) {
|
if (account) {
|
||||||
|
|
Ładowanie…
Reference in New Issue