whoops part 2

This commit is contained in:
Bill Richardson 2024-10-01 15:27:36 -04:00
parent 3b6ad207f5
commit 06ef9ae7a3

View file

@ -1052,7 +1052,7 @@ export const useMainStore = defineStore({
})); }));
} }
}); });
Promise.allSettled(recalPromises); await Promise.allSettled(recalPromises);
} }
}, },
addGlassPartRecalibrationInfo(partNumber, recalPartInformation) { addGlassPartRecalibrationInfo(partNumber, recalPartInformation) {