Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkettner committed Jan 16, 2024
1 parent bd6bf32 commit e0f912c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .repo/sample-list-generator/src/utils/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export const getManifest = async (
): Promise<ManifestData> => {
const manifest = await fs.readFile(manifestPath, 'utf8');
const parsedManifest = JSON.parse(manifest);
const localeKeyUsed = false;

if (usesLocaleFiles(parsedManifest)) {
const directory = dirname(manifestPath);
Expand Down

0 comments on commit e0f912c

Please sign in to comment.