mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
ui: cleanup
This commit is contained in:
committed by
Aiden McClelland
parent
27f05a4588
commit
9066d77a70
@@ -73,7 +73,6 @@ export class MockApiService extends ApiService {
|
||||
}
|
||||
|
||||
async getAvailableApp (appId: string): Promise<AppAvailableFull> {
|
||||
console.log('getAvilableApp', appId)
|
||||
// throw new Error('Some horrible horrible error message gosh its awful')
|
||||
return mockGetAvailableApp(appId)
|
||||
.then(res => {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Observable, from, interval, race, OperatorFunction, Observer, BehaviorSubject, Subject } from 'rxjs'
|
||||
import { Observable, from, interval, race, OperatorFunction, Observer, BehaviorSubject } from 'rxjs'
|
||||
import { take, map, switchMap, delay, tap } from 'rxjs/operators'
|
||||
|
||||
export function fromAsync$<S, T> (async: (s: S) => Promise<T>, s: S): Observable<T>
|
||||
|
||||
Reference in New Issue
Block a user