cleanup
This commit is contained in:
parent
18321ee4ed
commit
643e6204dc
@ -137,8 +137,7 @@ function dictTermsGroup(definitions, dictionaries) {
|
|||||||
reading: firstDef.reading,
|
reading: firstDef.reading,
|
||||||
reasons: firstDef.reasons,
|
reasons: firstDef.reasons,
|
||||||
score: groupDefs.reduce((p, v) => v.score > p ? v.score : p, Number.MIN_SAFE_INTEGER),
|
score: groupDefs.reduce((p, v) => v.score > p ? v.score : p, Number.MIN_SAFE_INTEGER),
|
||||||
source: firstDef.source,
|
source: firstDef.source
|
||||||
furigana: firstDef.furigana
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user