Skip to content

Commit 3fb956e

Browse files
authored
Merge pull request #212 from hrshrmsh/patch-1
Order における ReviewCount の値を修正
2 parents 8e6575a + 7f98be4 commit 3fb956e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/params.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ export const Order = {
372372
/** ブックマーク数の多い順 */
373373
FavoriteNovelCount: "favnovelcnt",
374374
/** レビュー数の多い順 */
375-
ReviewCount: "favnovelcnt",
375+
ReviewCount: "reviewcnt",
376376
/** 総合ポイントの高い順 */
377377
HyokaDesc: "hyoka",
378378
/** 総合ポイントの低い順 */

0 commit comments

Comments
 (0)