Browse Source

🐞 fix: 修复部分bug

Pchen. 1 month ago
parent
commit
1f566612b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Lepao/Mcp.js

+ 1 - 1
lib/Lepao/Mcp.js

@@ -293,7 +293,7 @@ class Mcp {
 
 
             for (const email of emails) {
             for (const email of emails) {
                 if (!email) break
                 if (!email) break
-                await EmailTemplate.orderNewReply(email, { id: r.insertId || id, content, files: [] })
+                EmailTemplate.orderNewReply(email, { id: r.insertId || id, content, files: [] })
             }
             }
 
 
             return `提交成功`
             return `提交成功`