Remove unused import & Add flushPagePrereqLog
This commit is contained in:
parent
1a36c38071
commit
6b8c57c4b8
1 changed files with 1 additions and 2 deletions
|
|
@ -105,7 +105,6 @@ import {
|
||||||
hasGlassPartsOrRepairInfo,
|
hasGlassPartsOrRepairInfo,
|
||||||
hasInsuranceInfo,
|
hasInsuranceInfo,
|
||||||
} from "@/helpers/page-prerequisites-helper.js";
|
} from "@/helpers/page-prerequisites-helper.js";
|
||||||
import { debugLog } from "@/helpers/debug-log-helper";
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a YYYY-MM-DD date string offset by the given number of days from a base date.
|
* Returns a YYYY-MM-DD date string offset by the given number of days from a base date.
|
||||||
|
|
@ -428,7 +427,7 @@ export default {
|
||||||
const insuranceInfo = hasInsuranceInfo(order, logQueue);
|
const insuranceInfo = hasInsuranceInfo(order, logQueue);
|
||||||
|
|
||||||
const preReqResult = serviceZip && insuranceInfo && glassPartsOrRepair;
|
const preReqResult = serviceZip && insuranceInfo && glassPartsOrRepair;
|
||||||
|
flushPagePrereqsLogs("scheduling.vue", preReqResult, logQueue);
|
||||||
return preReqResult;
|
return preReqResult;
|
||||||
},
|
},
|
||||||
backButtonAction() {
|
backButtonAction() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue