Skip to content

Commit

Permalink
Merge djyde#148.
Browse files Browse the repository at this point in the history
  • Loading branch information
losfair committed Nov 21, 2021
2 parents 47f3193 + fb7c758 commit ad27136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/notification.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ export class NotificationService extends RequestScopeService {
}

try {
this.emailService.send(msg)
await this.emailService.send(msg)
} catch (e) {
// TODO:
console.log("unable to send email:", e)
}
}
}
Expand Down

0 comments on commit ad27136

Please sign in to comment.