This commit is contained in:
kakkokari-gtyih 2024-06-23 14:34:31 +09:00
parent f926640b3b
commit 88ed25c514
1 changed files with 0 additions and 4 deletions

View File

@ -207,10 +207,6 @@ function exec() {
fetching.value = false;
//
sessionStorage.setItem(cacheKey, JSON.stringify(searchedUsers));
}).catch((err) => {
if (isAPIError(err)) {
console.error(err);
}
});
}
} else if (props.type === 'hashtag') {