fix: await

This commit is contained in:
Andras Bacsai 2022-09-16 15:20:17 +02:00
parent 9c4e0b4107
commit 1951aec5ec

View File

@ -144,7 +144,7 @@
loadBuildingStatusInterval = setInterval(() => {
application.previewApplication.forEach((preview: any) => {
if (status[id] === 'building') {
getStatus(preview);
await getStatus(preview);
}
});
}, 3000);