浏览代码

Previous commit

Lee Morgan 4 年之前
父节点
当前提交
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)=>{