cleaned up rep functionality

This commit is contained in:
2024-01-24 14:19:36 +00:00
parent a650452d18
commit b7a643a6b1
15 changed files with 57 additions and 235 deletions
+11 -2
View File
@@ -137,7 +137,12 @@ export const getServerSideProps = wrapper.getServerSideProps(
const { req, res } = ctx;
const { cookies } = req;
console.log("/newappeal - cookies ", cookies);
console.log(
"\n////////////////////////////\n",
"/newappeal - cookies ",
cookies,
"\n////////////////////////////\n"
);
let thisSession = await getSession(ctx);
//console.log("nextAuth Session:", thisSession);
@@ -172,7 +177,11 @@ export const getServerSideProps = wrapper.getServerSideProps(
]
);
console.log("wewerwe s s", accountDetails);
console.log(
"\n////////////////////////////\n Acccount Details:",
accountDetails,
"\n////////////////////////////\n"
);
// const lpaData = require("../../data/lpa.json");
// const appealTypeData = require("../../data/appealtypes.json");