mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +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 => {
|
||||
|
||||
Reference in New Issue
Block a user