Skip to content

Commit

Permalink
fix: incorrect event configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 committed Jan 22, 2025
1 parent 7b71c14 commit 78a08a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/services/job.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'>) {
this.onConfigInit({ newConfig: config });
}
Expand Down

0 comments on commit 78a08a2

Please sign in to comment.