mirror of
https://github.com/YuzuZensai/VRC-Circle.git
synced 2026-09-13 19:08:52 +00:00
♻️ refactor: auto format
This commit is contained in:
@@ -491,8 +491,9 @@ async function favoriteRecordEntries(vrc: VRChat): Promise<WorldFavoriteRecord[]
|
||||
query: { ownerId: me.id, n: 100 },
|
||||
throwOnError: true,
|
||||
});
|
||||
const groups = rawGroups.filter((g): g is (typeof rawGroups)[number] & { type: WorldFavoriteGroupType } =>
|
||||
isWorldGroupType(g.type),
|
||||
const groups = rawGroups.filter(
|
||||
(g): g is (typeof rawGroups)[number] & { type: WorldFavoriteGroupType } =>
|
||||
isWorldGroupType(g.type),
|
||||
);
|
||||
const pageSize = 100;
|
||||
const entries: WorldFavoriteRecord[] = [];
|
||||
|
||||
Reference in New Issue
Block a user