chore(server): remove unused method (#8639)

This commit is contained in:
Jason Rasmussen 2024-04-08 17:23:45 -04:00 committed by GitHub
parent 9681f5b360
commit 369bd17c8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 20 deletions

View file

@ -90,13 +90,6 @@ export class SystemConfigService {
return mapConfig(newConfig);
}
// this is only used by the cli on config change, and it's not actually needed anymore
async refreshConfig() {
this.eventRepository.serverSend(ServerEvent.CONFIG_UPDATE, null);
await this.core.refreshConfig();
return true;
}
getStorageTemplateOptions(): SystemConfigTemplateStorageOptionDto {
const options = new SystemConfigTemplateStorageOptionDto();