forked from Cutlery/immich
fix lint
This commit is contained in:
parent
2d40c85a54
commit
cfbad58d2c
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user