We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef28fa commit d3f53eaCopy full SHA for d3f53ea
backend/server/utils/Authentication.ts
@@ -52,7 +52,7 @@ export async function sendEmail(
52
const compiledTemplate = pug.compileFile(
53
path.join(process.cwd(), `/server/utils/emails/`, template, "/html.pug")
54
);
55
- void junoEmailClient.sendEmail({
+ await junoEmailClient.sendEmail({
56
subject: emailSubject,
57
bcc: [],
58
cc: [],
0 commit comments