fix: update the nodemailer to remove the export function from notification

This commit is contained in:
Leon Xu
2023-12-30 17:09:31 -08:00
parent 2b5d912137
commit d1fa3565e2
2 changed files with 1327 additions and 2419 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
'use server'
import { EmailContent, EmailProductInfo, NotificationType } from '@/types';
import nodemailer from 'nodemailer';
import nodemailer from 'nodemailer'
export const Notification = {
const Notification = {
WELCOME: 'WELCOME',
CHANGE_OF_STOCK: 'CHANGE_OF_STOCK',
LOWEST_PRICE: 'LOWEST_PRICE',
+1325 -2417
View File
File diff suppressed because it is too large Load Diff