Skip to content

Commit b3c7664

Browse files
Ishan VeerIshan Veer
authored andcommitted
removed empty else block
1 parent 31a8a1b commit b3c7664

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

users/discord/App.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export const fetchUsers = async (tabId, page = 1) => {
4848
usersData[tabId] = [...usersData[tabId], ...uniqueNewUsers];
4949
}
5050
currentPage = page;
51-
} else {
5251
}
5352
} catch (error) {
5453
console.error('Error fetching users', error);

0 commit comments

Comments
 (0)