tango-app-api-analysis-traffic 3.1.0-alpha.10 → 3.1.0-alpha.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1210,7 +1210,7 @@ async function emailerSendEmail( storeData, clientData, lamdaMetrics, lamdaChart
|
|
|
1210
1210
|
const ses = JSON.parse( process.env.SES );
|
|
1211
1211
|
// templateData.userEmail
|
|
1212
1212
|
await sendEmailWithSES(
|
|
1213
|
-
'
|
|
1213
|
+
'keerthivasan@tangotech.co.in',
|
|
1214
1214
|
subject,
|
|
1215
1215
|
html,
|
|
1216
1216
|
{
|