mirror of
https://github.com/romancm/gamebrary
synced 2024-11-27 21:50:24 +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 = {
|
const data = {
|
||||||
recipients: [
|
recipients: [
|
||||||
{
|
{ address },
|
||||||
address,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
address: 'romancm@gmail.com',
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
content: { template_id },
|
content: { template_id },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue