Add event to track dashboard update

This commit is contained in:
Girish Ramakrishnan
2019-02-04 20:24:28 -08:00
parent 9f5471ee85
commit 7e6ce1a1ef
5 changed files with 10 additions and 4 deletions

View File

@@ -772,7 +772,7 @@ function setDnsRecords(domain, mailFqdn, callback) {
debug('setDnsRecords: %j', records);
txtRecordsWithSpf(domain, function (error, txtRecords) {
txtRecordsWithSpf(domain, mailFqdn, function (error, txtRecords) {
if (error) return callback(error);
if (txtRecords) records.push({ subdomain: '', domain: domain, type: 'TXT', values: txtRecords });