mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(server): put system config (#9425)
This commit is contained in:
parent
06402aa9fb
commit
9c5a2b97bf
2 changed files with 21 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ export class SystemConfigCore {
|
|||
await this.repository.deleteKeys(deletes.map((item) => item.key));
|
||||
}
|
||||
|
||||
const config = await this.getConfig();
|
||||
const config = await this.getConfig(true);
|
||||
|
||||
this.config$.next(config);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue