refactor: Bump & run prettier (#210)

This commit is contained in:
Kendell R
2023-12-31 12:22:11 -08:00
committed by GitHub
parent ab4d785f3b
commit 05ff2c1fc3
23 changed files with 114 additions and 6023 deletions

View File

@@ -11,7 +11,7 @@
function clear() {
searchTerm = '';
searchTermFiltered = '';
const url = new URL($page.url);
url.searchParams.delete('s');
goto(url.pathname + url.search);