mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-28 03:03:47 +02:00
Fix updated at dates
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user