CSR-1419: stupid prettier formatting
This commit is contained in:
parent
1bdc5d30f2
commit
2913d8d022
1 changed files with 4 additions and 2 deletions
|
|
@ -240,7 +240,8 @@ export default {
|
|||
let tempTest = false;
|
||||
let internalModelAddressQuestions = this.internalModel.addressQuestions;
|
||||
let modelValueAddressQuestions = this.modelValue.addressQuestions;
|
||||
if (tempTest) { // THIS WILL NEVER BE TRUE
|
||||
if (tempTest) {
|
||||
// THIS WILL NEVER BE TRUE
|
||||
console.warn(internalModelAddressQuestions);
|
||||
console.warn(modelValueAddressQuestions);
|
||||
}
|
||||
|
|
@ -282,7 +283,8 @@ export default {
|
|||
}
|
||||
} else {
|
||||
// START - TEMP CODE FROM A CAOUETTE 5/25/23 TO BE REMOVED BY EOD
|
||||
if (tempTest) { // THIS WILL NEVER BE TRUE
|
||||
if (tempTest) {
|
||||
// THIS WILL NEVER BE TRUE
|
||||
console.warn("the zips match and the exception was run");
|
||||
}
|
||||
// END - TEMP CODE FROM A CAOUETTE 5/25/23 TO BE REMOVED BY EOD
|
||||
|
|
|
|||
Loading…
Reference in a new issue