Skip to content

Commit 218ae78

Browse files
Remove default sort
1 parent 5f1bbd3 commit 218ae78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(public)/repos/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ async function getRepos(
7979
const session = await auth();
8080
const {
8181
p: page = '1',
82-
s: sort = 'updated',
82+
s: sort = '',
8383
o: order = 'desc',
8484
q: searchQuery = '',
8585
startStars = '1',

0 commit comments

Comments
 (0)