CSR-1419: stupid prettier formatting

This commit is contained in:
Adam Caouette 2023-05-25 14:28:34 -04:00
parent 1bdc5d30f2
commit 2913d8d022

View file

@ -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