Fix updated at dates

This commit is contained in:
Natsumi
2026-02-06 08:31:45 +13:00
committed by pa
parent d3e44523bd
commit 752c75b37c
3 changed files with 58 additions and 7 deletions

View File

@@ -571,8 +571,8 @@ export const useAvatarStore = defineStore('Avatar', () => {
if (!providerUrl || !authorId) {
return avatars;
}
const url = `${providerUrl}?authorId=${encodeURIComponent(authorId)}`;
try {
const url = `${providerUrl}?authorId=${encodeURIComponent(authorId)}`;
const response = await webApiService.execute({
url,
method: 'GET',