Lee Morgan 6 жил өмнө
parent
commit
72364c0e4c

+ 1 - 1
controllers/otherData.js

@@ -100,7 +100,7 @@ module.exports = {
                 }
             })
             .catch((err)=>{
-                let req.session.error = "There was an error and your data could not be retrieved";
+                req.session.error = "There was an error and your data could not be retrieved";
                 let error = new Error({
                     code: 626,
                     displayMessage: req.session.error,