diff --git a/src/storage/conversion/ConversionUtil.ts b/src/storage/conversion/ConversionUtil.ts index 0ded29faa..2f8738b6b 100644 --- a/src/storage/conversion/ConversionUtil.ts +++ b/src/storage/conversion/ConversionUtil.ts @@ -67,10 +67,6 @@ export function getWeightedPreferences(types: ValuePreferences, preferred: Value .sort(({ weight: weightA }, { weight: weightB }): number => weightB - weightA); } -/** - * Finds the best result from the `available` values when matching against the `preferred` preferences. - * `undefined` if there is no match. - */ /** * Finds the type from the given types that has the best match with the given preferences, * based on the calculated weight.