Update index.js
This commit is contained in:
parent
703fbcffe7
commit
93985a6837
4
index.js
4
index.js
|
|
@ -6,8 +6,8 @@ import nodemailer from "nodemailer";
|
|||
import dayjs from "dayjs";
|
||||
import mysql from "mysql2/promise";
|
||||
|
||||
// const EMAILS = ["andrew.ng@apactech.io", "dev@apactech.io"];
|
||||
const EMAILS = ["andrew.ng@apactech.io"];
|
||||
const EMAILS = ["andrew.ng@apactech.io", "dev@apactech.io"];
|
||||
// const EMAILS = ["andrew.ng@apactech.io"];
|
||||
|
||||
const LIST_STORE = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue