Skip to content

Commit

Permalink
remove mail part
Browse files Browse the repository at this point in the history
  • Loading branch information
BobLamarley committed Nov 15, 2024
1 parent 37dcfba commit 67db0d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/tps.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,7 @@ async function send_admin_mail_tp_reservation_created(owner, from_date, to_date,
}, {
'#FROMDATE#': from.toDateString(),
'#TODATE#': to.toDateString(),
'#TP_INFO#': email_html,
'#URL#': CONFIG.general.url,
'#SUPPORT#': CONFIG.general.support
'#TP_INFO#': email_html
});
} catch(error) {
logger.error(error);
Expand Down

0 comments on commit 67db0d0

Please sign in to comment.