mirror of
https://github.com/immich-app/immich.git
synced 2025-12-23 17:25:11 +03:00
refactor(server): bull jobs (#2569)
* refactor(server): bull jobs * chore: add comment * chore: metadata test coverage * fix typo --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
@@ -6,6 +6,7 @@ import { AuthService } from './auth';
|
||||
import { FacialRecognitionService } from './facial-recognition';
|
||||
import { JobService } from './job';
|
||||
import { MediaService } from './media';
|
||||
import { MetadataService } from './metadata';
|
||||
import { OAuthService } from './oauth';
|
||||
import { PartnerService } from './partner';
|
||||
import { PersonService } from './person';
|
||||
@@ -26,6 +27,7 @@ const providers: Provider[] = [
|
||||
FacialRecognitionService,
|
||||
JobService,
|
||||
MediaService,
|
||||
MetadataService,
|
||||
OAuthService,
|
||||
PersonService,
|
||||
PartnerService,
|
||||
|
||||
Reference in New Issue
Block a user