fix(meta): type improvements

This commit is contained in:
2025-03-15 13:52:48 +00:00
parent 2b207833ce
commit c084de9c78
6 changed files with 243 additions and 120 deletions

View File

@ -529,6 +529,7 @@ export class DNSManager {
// Get DKIM record (already created by DKIMCreator)
try {
// Now using the public method
const dkimRecord = await this.mtaRef.dkimCreator.getDNSRecordForDomain(domain);
records.push(dkimRecord);
} catch (error) {