refactor(server): system config (#9484)

This commit is contained in:
Jason Rasmussen
2024-05-14 14:43:49 -04:00
committed by GitHub
parent 42d0fc85ca
commit 7b1112f3e3
24 changed files with 379 additions and 397 deletions

View File

@@ -82,7 +82,7 @@ export class ServerInfoService {
return serverVersion;
}
getFeatures(): Promise<ServerFeaturesDto> {
async getFeatures(): Promise<ServerFeaturesDto> {
return this.configCore.getFeatures();
}