Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Dec 10, 2024
1 parent 7afc01c commit e71482a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5173,7 +5173,6 @@ export function validateTranslatedBlocks(parsed?: commandParser.ParsedCommand):
}

const originalMap = JSON.parse(fs.readFileSync(originalFilePath, 'utf8'));
const originalKeys = Object.keys(originalMap);

const translationMap = JSON.parse(fs.readFileSync(translatedFilePath, 'utf8'));
const translationKeys = Object.keys(translationMap);
Expand Down

0 comments on commit e71482a

Please sign in to comment.