mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
refactor(server): get worker (#13927)
This commit is contained in:
parent
1d55b5bfc0
commit
5edbb93a4d
6 changed files with 22 additions and 13 deletions
|
|
@ -93,4 +93,5 @@ export interface EnvData {
|
|||
|
||||
export interface IConfigRepository {
|
||||
getEnv(): EnvData;
|
||||
getWorker(): ImmichWorker | undefined;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue