mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 05:34:15 +00:00
stop sending test emails
This commit is contained in:
parent
d154cf4cc8
commit
f0954ec967
1 changed files with 1 additions and 6 deletions
|
@ -50,12 +50,7 @@ exports.email = functions.https.onRequest((req, res) => {
|
|||
|
||||
const data = {
|
||||
recipients: [
|
||||
{
|
||||
address,
|
||||
},
|
||||
{
|
||||
address: 'romancm@gmail.com',
|
||||
},
|
||||
{ address },
|
||||
],
|
||||
content: { template_id },
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue