mirror of
https://github.com/immich-app/immich.git
synced 2026-05-22 15:02:32 -04:00
fix lint
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user