This commit is contained in:
Timothy Jaeryang Baek 2025-05-19 01:40:10 +04:00
parent d069d1264d
commit 1f5860c4ab

View File

@ -35,7 +35,6 @@
if (query === '') {
page = 1;
chatList = await getChatList(localStorage.token, page);
return;
} else {
searchDebounceTimeout = setTimeout(async () => {
page = 1;