Skip to content

Commit 7e4e9c6

Browse files
committed
fix: update schema validation for .env file
1 parent da9edde commit 7e4e9c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/helpers/validation-schema-env.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ export const validateSchemaEnv = (env: unknown) => {
4141
.join('\n') ?? 'Unknown error';
4242
console.error(
4343
`Environment validation error: \n${errorMessages}`,
44-
'EnvValidation',
4544
);
4645
}
4746
return env as EnvVariables;

0 commit comments

Comments
 (0)