quick cleanup

This commit is contained in:
Matt Hill
2021-06-29 17:55:11 -06:00
committed by Aiden McClelland
parent c8740b09be
commit a458e0b5bc
12 changed files with 18 additions and 108 deletions

View File

@@ -1,5 +1,5 @@
import { Injectable } from "@angular/core";
import { pauseFor } from "../state.sevice";
import { pauseFor } from "../state.service";
import { ApiService } from "./api.service"
@Injectable({
@@ -14,7 +14,7 @@ export class MockApiService extends ApiService {
async getState () {
await pauseFor(2000)
return {
'selected-data-drive': 'name1',
'selected-data-drive': null,
'recovery-drive': null,
'has-password': false,
'data-transfer-progress': null