mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
hopefully fix server metrics refresh bug
This commit is contained in:
committed by
Aiden McClelland
parent
1b0173197f
commit
e5de786cf1
@@ -93,7 +93,7 @@ export class MockApiService extends ApiService {
|
||||
|
||||
async getServerMetrics (params: RR.GetServerMetricsReq): Promise<RR.GetServerMetricsRes> {
|
||||
await pauseFor(2000)
|
||||
return Mock.ServerMetrics
|
||||
return Mock.getServerMetrics()
|
||||
}
|
||||
|
||||
async updateServerRaw (params: RR.UpdateServerReq): Promise<RR.UpdateServerRes> {
|
||||
|
||||
Reference in New Issue
Block a user