diff --git a/server/src/services/library.service.ts b/server/src/services/library.service.ts index 3a5a0a6d9..9eb06c89d 100644 --- a/server/src/services/library.service.ts +++ b/server/src/services/library.service.ts @@ -625,7 +625,7 @@ export class LibraryService extends EventEmitter { library.importPaths.map((importPath) => this.validateImportPath(importPath)), ); - let validImportPaths: string[] = []; + const validImportPaths: string[] = []; for (const validation of pathValidation) { if (validation.isValid) {