Lee Morgan пре 6 година
родитељ
комит
72364c0e4c
1 измењених фајлова са 1 додато и 1 уклоњено
  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,