remove outdated stuff

This commit is contained in:
Katie Kroell 2026-04-20 14:31:29 -04:00
parent f262b05df1
commit 73a13c6f9b

View file

@ -2298,10 +2298,6 @@ export const useMainStore = defineStore({
updateEndorsementQuestionAnswers(answersArray) {
this.order.policy.endorsementQuestionAnswers = answersArray;
if (answersArray !== null) {
const educatorEndorsement = answersArray.find((endorsement) => endorsement.endorsementName === endorsementOptions.EDUCATOR);
const parkingGuardEndorsement = answersArray.find((endorsement) => endorsement.endorsementName === endorsementOptions.PARKING_GUARD);
}
},
updateIsRepair(isRepair) {