mirror of
https://github.com/YuzuZensai/VRC-Circle.git
synced 2026-09-13 10:58:59 +00:00
♻️ refactor: auto format
This commit is contained in:
@@ -305,7 +305,11 @@ async function restoreAvatarFavorite(
|
||||
fav: { favoriteId: string; tags: string[] },
|
||||
): Promise<void> {
|
||||
await vrc.addFavorite({
|
||||
body: { type: "avatar", favoriteId: fav.favoriteId, tags: fav.tags.length ? fav.tags : ["avatars1"] },
|
||||
body: {
|
||||
type: "avatar",
|
||||
favoriteId: fav.favoriteId,
|
||||
tags: fav.tags.length ? fav.tags : ["avatars1"],
|
||||
},
|
||||
throwOnError: true,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user