Skip to content

Commit e24f3c3

Browse files
committed
feat: remove redudant network api requests
1 parent b6b48b7 commit e24f3c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/GnomeLibrary/utils/hooks/useFolders.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ export async function fetchFolders(
3737
previousData?: FolderHookData,
3838
): Promise<FolderHookData> {
3939
const client = ChrisAPIClient.getClient();
40-
await client.setUrls();
4140

42-
// Consistent items per page
4341
const itemsPerPage = 50;
4442
const errorMessages: string[] = [];
4543

0 commit comments

Comments
 (0)