Update index.js
This commit is contained in:
parent
e35c5324ff
commit
8dfdda58b7
4
index.js
4
index.js
|
|
@ -8,8 +8,8 @@ import mysql from "mysql2/promise";
|
|||
import { google } from "googleapis";
|
||||
import stream from "stream";
|
||||
|
||||
// const EMAILS = ["andrew.ng@apactech.io", "dev@apactech.io", "ips@ipsupply.com.au", "kay@ipsupply.com.au", "victor@ipsupply.com.au"];
|
||||
const EMAILS = ["andrew.ng@apactech.io"];
|
||||
const EMAILS = ["andrew.ng@apactech.io", "dev@apactech.io", "ips@ipsupply.com.au", "kay@ipsupply.com.au", "victor@ipsupply.com.au"];
|
||||
// const EMAILS = ["andrew.ng@apactech.io"];
|
||||
|
||||
const LIST_STORE = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue