We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc36039 commit fc8c0deCopy full SHA for fc8c0de
apps/api/src/intern/intern.service.ts
@@ -258,7 +258,7 @@ export class InternService {
258
fullGeneralText += `\n\n${designFormAdditionalText}`;
259
260
try {
261
- const postmarkResponse = this.postmark.sendEmail({
+ const postmarkResponse = await this.postmark.sendEmail({
262
From: 'info@dump.hr',
263
To: internToCreate.email,
264
Subject: 'Prijava na DUMP Internship',
0 commit comments