瀏覽代碼

fix: report recipient

poeti8 6 年之前
父節點
當前提交
3f04b87efb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      server/handlers/links.ts

+ 1 - 1
server/handlers/links.ts

@@ -118,7 +118,7 @@ export const report: Handler = async (req, res) => {
 
   const mail = await transporter.sendMail({
     from: env.MAIL_USER,
-    to: env.REPORT_MAIL,
+    to: env.REPORT_EMAIL,
     subject: "[REPORT]",
     text: link,
     html: link