fix
This commit is contained in:
parent
f926640b3b
commit
88ed25c514
|
@ -207,10 +207,6 @@ function exec() {
|
||||||
fetching.value = false;
|
fetching.value = false;
|
||||||
// キャッシュ
|
// キャッシュ
|
||||||
sessionStorage.setItem(cacheKey, JSON.stringify(searchedUsers));
|
sessionStorage.setItem(cacheKey, JSON.stringify(searchedUsers));
|
||||||
}).catch((err) => {
|
|
||||||
if (isAPIError(err)) {
|
|
||||||
console.error(err);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else if (props.type === 'hashtag') {
|
} else if (props.type === 'hashtag') {
|
||||||
|
|
Loading…
Reference in New Issue