stop sending test emails

This commit is contained in:
Roman Cervantes 2019-04-04 12:08:30 -07:00
parent d154cf4cc8
commit f0954ec967

View file

@ -50,12 +50,7 @@ exports.email = functions.https.onRequest((req, res) => {
const data = {
recipients: [
{
address,
},
{
address: 'romancm@gmail.com',
},
{ address },
],
content: { template_id },
};