whoops part 2
This commit is contained in:
parent
3b6ad207f5
commit
06ef9ae7a3
1 changed files with 1 additions and 1 deletions
|
|
@ -1052,7 +1052,7 @@ export const useMainStore = defineStore({
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
Promise.allSettled(recalPromises);
|
await Promise.allSettled(recalPromises);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
addGlassPartRecalibrationInfo(partNumber, recalPartInformation) {
|
addGlassPartRecalibrationInfo(partNumber, recalPartInformation) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue