remove outdated stuff
This commit is contained in:
parent
f262b05df1
commit
73a13c6f9b
1 changed files with 0 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue