fix: some minor problems

This commit is contained in:
ASTRO:? 2024-12-22 22:42:24 +09:00
parent 3ea35434db
commit 86e344bb88
No known key found for this signature in database
GPG key ID: 8947F3AF5B0B4BFE
4 changed files with 7 additions and 5 deletions

View file

@ -221,7 +221,7 @@ const instanceColor = computed(() => {
};
});
staffs.value = await misskeyApi('users/credits', {});
staffs.value = await misskeyApiGet('users/credits');
watch(tab, () => {
if (tab.value === 'charts') {