打错字了(

This commit is contained in:
shenjack 2024-05-10 19:30:22 +08:00
parent dc527c66e4
commit 6c321bc333
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -45,7 +45,7 @@ type Score = {
* *
*/ */
type ScoreResult = { type ScoreResult = {
source: number; score: number;
raw_data: Score[]; raw_data: Score[];
}; };