chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-04-05 01:31:45 -06:00
parent 5e06b6d3f4
commit 4ad10f0c6e
58 changed files with 1319 additions and 278 deletions

View File

@@ -97,7 +97,7 @@
await chats.set(await getChatList(localStorage.token, $currentChatPage));
scrollPaginationEnabled.set(true);
};
const handleArchivedChatsChange = async () => {
currentChatPage.set(1);
await chats.set(await getChatList(localStorage.token, $currentChatPage));