fix index
This commit is contained in:
parent
c4a58c4595
commit
3e2338a7c5
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ export const getPossibleConversions = (
|
|||
return possibleConversions[fromClean] || {};
|
||||
};
|
||||
|
||||
const allTargets: { [key: string]: string[] | undefined } = {};
|
||||
const allTargets: { [key: string]: string[]} = {};
|
||||
|
||||
for (const converterName in properties) {
|
||||
const converterProperties = properties[converterName]?.properties;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue