From 06ef9ae7a3a8bedfe054a5dd636ffae6d3a95c3c Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Tue, 1 Oct 2024 15:27:36 -0400 Subject: [PATCH] whoops part 2 --- src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index d0e6f37a..78321758 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1052,7 +1052,7 @@ export const useMainStore = defineStore({ })); } }); - Promise.allSettled(recalPromises); + await Promise.allSettled(recalPromises); } }, addGlassPartRecalibrationInfo(partNumber, recalPartInformation) {