Skip to content

Commit 7f98be4

Browse files
authored
Fixed ReviewCount value in Order
ReviewCount previously had a value "favnovelcnt". This corrects it to "reviewcnt" as it appears on the API.
1 parent 8e6575a commit 7f98be4

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)