mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-04-28 01:33:57 +00:00
refactor(server): job handlers (#2572)
* refactor(server): job handlers * chore: remove comment * chore: add comments for
This commit is contained in:
@@ -46,6 +46,7 @@ export class SystemConfigService {
|
||||
|
||||
async refreshConfig() {
|
||||
await this.core.refreshConfig();
|
||||
return true;
|
||||
}
|
||||
|
||||
addValidator(validator: SystemConfigValidator) {
|
||||
|
||||
Reference in New Issue
Block a user