update info bid submitted mail
This commit is contained in:
parent
2d80eefd70
commit
5a5c9f5fba
|
|
@ -375,8 +375,6 @@ export class MailsService {
|
||||||
// const maxReached = bid.max_price <= bid.max_price;
|
// const maxReached = bid.max_price <= bid.max_price;
|
||||||
const from = process.env.MAIL_USER || 'no-reply@example.com';
|
const from = process.env.MAIL_USER || 'no-reply@example.com';
|
||||||
|
|
||||||
console.log({ histories, maxReached, submitted });
|
|
||||||
|
|
||||||
return `
|
return `
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue