mirror of
https://github.com/immich-app/immich.git
synced 2025-04-17 21:46:25 +02:00
fix: incorrect event configuration (#15530)
This commit is contained in:
parent
c7a1f2944f
commit
ca3619658b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ export class JobService extends BaseService {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@OnEvent({ name: 'config.update', server: true })
|
@OnEvent({ name: 'config.update', server: true, workers: [ImmichWorker.MICROSERVICES] })
|
||||||
onConfigUpdate({ newConfig: config }: ArgOf<'config.update'>) {
|
onConfigUpdate({ newConfig: config }: ArgOf<'config.update'>) {
|
||||||
this.onConfigInit({ newConfig: config });
|
this.onConfigInit({ newConfig: config });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue