Lee Morgan 6 anni fa
parent
commit
72364c0e4c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      controllers/otherData.js

+ 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,