1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00

fix(server): initialization search service (#3879)

This commit is contained in:
Alex 2023-08-26 13:29:34 -05:00 committed by GitHub
parent 1b0484fc46
commit e02817362c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,5 +90,6 @@ export class AppService {
}); });
await this.metadataProcessor.init(); await this.metadataProcessor.init();
await this.searchService.init();
} }
} }