kopia lustrzana https://github.com/cheeaun/phanpy
Fix unneeded id passed here
rodzic
691aea3389
commit
d1aedcaef2
|
@ -98,7 +98,7 @@ function AccountStatuses() {
|
|||
try {
|
||||
const featuredTags = await masto.v1.accounts
|
||||
.$select(id)
|
||||
.featuredTags.list(id);
|
||||
.featuredTags.list();
|
||||
console.log({ featuredTags });
|
||||
setFeaturedTags(featuredTags);
|
||||
} catch (e) {
|
||||
|
|
Ładowanie…
Reference in New Issue