await config

This commit is contained in:
Alex Holliday
2025-05-23 12:22:05 -07:00
parent 124683f8c1
commit 4aaa1b6674

View File

@@ -92,11 +92,10 @@ class EmailService {
buildAndSendEmail = async (template, context, to, subject, transportConfig) => {
// TODO - Consider an update transporter method so this only needs to be recreated when smtp settings change
let config;
if (typeof transportConfig !== "undefined") {
config = transportConfig;
} else {
config = this.settingsService.getDBSettings();
config = await this.settingsService.getDBSettings();
}
const {