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,