remove unneeded return
This commit is contained in:
parent
7331b4fd34
commit
162a20a095
1 changed files with 0 additions and 1 deletions
|
|
@ -501,7 +501,6 @@ export const useMainStore = defineStore({
|
|||
const endorsementAnswers = this.order.policy.endorsementQuestionAnswers;
|
||||
if (endorsementAnswers && endorsementAnswers[0]?.selectedAnswer?.includes('Yes')) {
|
||||
endorsementAnswersForPayload.push(this.order.policy.endorsementQuestionAnswers[0].endorsement);
|
||||
return endorsementAnswersForPayload;
|
||||
}
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue