ui: revert to sync style

This commit is contained in:
Aaron Greenspan
2021-01-20 13:04:32 -07:00
committed by Aiden McClelland
parent 833941b031
commit e96ef695a3
8 changed files with 72 additions and 91 deletions

View File

@@ -167,7 +167,6 @@ export class MockApiService extends ApiService {
}
async patchServerConfig (attr: string, value: any): Promise<EmptyResponse> {
console.log('huh', attr, value)
await mockPatchServerConfig()
this.serverModel.update({ [attr]: value })
return { }