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,7 +491,8 @@ async function favoriteRecordEntries(vrc: VRChat): Promise<WorldFavoriteRecord[]
|
|||||||
query: { ownerId: me.id, n: 100 },
|
query: { ownerId: me.id, n: 100 },
|
||||||
throwOnError: true,
|
throwOnError: true,
|
||||||
});
|
});
|
||||||
const groups = rawGroups.filter((g): g is (typeof rawGroups)[number] & { type: WorldFavoriteGroupType } =>
|
const groups = rawGroups.filter(
|
||||||
|
(g): g is (typeof rawGroups)[number] & { type: WorldFavoriteGroupType } =>
|
||||||
isWorldGroupType(g.type),
|
isWorldGroupType(g.type),
|
||||||
);
|
);
|
||||||
const pageSize = 100;
|
const pageSize = 100;
|
||||||
|
|||||||
Reference in New Issue
Block a user