Skip to content

Commit

Permalink
fix: removing juris specific translation from seed script
Browse files Browse the repository at this point in the history
  • Loading branch information
YazeedLoonat committed Feb 5, 2025
1 parent 957df3a commit 710861f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/prisma/seed-staging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,6 @@ export const stagingSeed = async (
}),
});
// add jurisdiction specific translations and default ones
await prismaClient.translations.create({
data: translationFactory(jurisdiction.id, jurisdiction.name),
});
await prismaClient.translations.create({
data: translationFactory(undefined, undefined, LanguagesEnum.es),
});
Expand Down

0 comments on commit 710861f

Please sign in to comment.