fix: await
This commit is contained in:
parent
9c4e0b4107
commit
1951aec5ec
@ -144,7 +144,7 @@
|
||||
loadBuildingStatusInterval = setInterval(() => {
|
||||
application.previewApplication.forEach((preview: any) => {
|
||||
if (status[id] === 'building') {
|
||||
getStatus(preview);
|
||||
await getStatus(preview);
|
||||
}
|
||||
});
|
||||
}, 3000);
|
||||
|
Loading…
x
Reference in New Issue
Block a user