Skip to content

Commit cfa8d5c

Browse files
committed
lint
1 parent 1ed686b commit cfa8d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/src/routes/search/+page.server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export async function load({ url, fetch }) {
1111

1212
const query = url.searchParams.get('q') ?? '';
1313

14-
const results = query ? search(query) : [];
14+
const results = query ? search(query, '') : [];
1515

1616
return {
1717
query,

0 commit comments

Comments
 (0)