mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
ui: revert to sync style
This commit is contained in:
committed by
Aiden McClelland
parent
833941b031
commit
e96ef695a3
@@ -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 { }
|
||||
|
||||
Reference in New Issue
Block a user