style: fix linting issues met ESLint

This commit is contained in:
Lint Action 2025-03-30 12:54:18 +00:00
parent d49e32a241
commit 56d34adbc0
3 changed files with 6 additions and 10 deletions

View file

@ -66,7 +66,7 @@ function config(testingMode: boolean = false): Options {
password: getEnvVar(EnvVars.DbPassword),
entities: entities,
persistOnCreate: false, // Entities should not be implicitly persisted when calling create(...), but only after
// they were saved explicitly.
// They were saved explicitly.
// EntitiesTs: entitiesTs,
// Logging