We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629124f commit d38227cCopy full SHA for d38227c
prisma/seeds/locales.ts
@@ -22,7 +22,7 @@ export async function seed(prismaClient: PrismaClient) {
22
return {
23
id: locale.id.replaceAll('_', '-'),
24
formalName: locale.formalName,
25
- commonName: locale.commonName ?? null,
+ commonName: locale.commonName || null,
26
nativeName: locale.nativeName,
27
languageCode,
28
countryCode,
0 commit comments