There was an error while loading. Please reload this page.
1 parent c512ba7 commit 853a54aCopy full SHA for 853a54a
1 file changed
apps/backend/src/api/index.ts
@@ -79,7 +79,7 @@ const api = new Hono<ApiContext>()
79
where: and(...conditions),
80
orderBy: [
81
desc(streamer.isLive),
82
- desc(streamer.viewerCount),
+ asc(streamer.viewerCount),
83
asc(streamer.name),
84
],
85
});
0 commit comments