mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00: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
Add a link
Reference in a new issue