forked from PolarisPyra/daphnis
fixed comments
This commit is contained in:
parent
64da6391f3
commit
43bbbdc61b
@ -34,7 +34,7 @@ export async function getUserRatingBaseList() {
|
||||
songId: {
|
||||
in: baseListMusicIds,
|
||||
},
|
||||
version: supportedVersionNumber, // Ensure the version matches
|
||||
version: supportedVersionNumber,
|
||||
},
|
||||
select: {
|
||||
songId: true,
|
||||
@ -62,7 +62,7 @@ export async function getUserRatingBaseList() {
|
||||
const level = songInfo?.level ?? 0;
|
||||
const score = ratingListSong.score ?? 0;
|
||||
|
||||
// Calculate the rating
|
||||
// Rating Formula
|
||||
let rating = 0;
|
||||
|
||||
if (score >= 1009000) {
|
||||
|
Loading…
Reference in New Issue
Block a user