remove refreshLAN feature

This commit is contained in:
Matt Hill
2021-08-19 15:48:09 -06:00
committed by Aiden McClelland
parent 2475c08648
commit 038a7263f3
6 changed files with 0 additions and 77 deletions

View File

@@ -136,13 +136,6 @@ export class MockApiService extends ApiService {
return null
}
// network
async refreshLan (params: RR.RefreshLanReq): Promise<RR.RefreshLanRes> {
await pauseFor(2000)
return null
}
// marketplace URLs
async getEos (params: RR.GetMarketplaceEOSReq): Promise<RR.GetMarketplaceEOSRes> {