Remove debug timeout
This commit is contained in:
parent
9ff7c35fe9
commit
709934b021
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ export default class DeveloperHome extends Vue {
|
||||||
this.applications = null;
|
this.applications = null;
|
||||||
this.applicationError = false;
|
this.applicationError = false;
|
||||||
try {
|
try {
|
||||||
await new Promise((resolve) => setTimeout(resolve, 300));
|
|
||||||
const result = await sdk.GetApplications();
|
const result = await sdk.GetApplications();
|
||||||
this.applications = result.applications;
|
this.applications = result.applications;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
Loading…
Reference in a new issue