Lee Morgan 4 лет назад
Родитель
Сommit
5e71e9ca50
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      controllers/learn.js

+ 1 - 1
controllers/learn.js

@@ -288,7 +288,7 @@ module.exports = {
                         from: "Lee Morgan <learn@leemorgan.io>",
                         to: "me@leemorgan.io",
                         subject: question.title,
-                        text: `Lecture: ${lecture._id}\n${question.content}`
+                        text: `Lecture: ${lecture._id}\nQuestion: ${question._id}\n${question.content}`
                     })
                 })
                 .catch((err)=>{