refactor(server): get worker (#13927)

This commit is contained in:
Jason Rasmussen
2024-11-05 08:07:51 -05:00
committed by GitHub
parent 1d55b5bfc0
commit 5edbb93a4d
6 changed files with 22 additions and 13 deletions

View File

@@ -93,4 +93,5 @@ export interface EnvData {
export interface IConfigRepository {
getEnv(): EnvData;
getWorker(): ImmichWorker | undefined;
}