add missing import

This commit is contained in:
Andreas Knuth 2026-03-07 17:07:50 -06:00
parent 99ab2a07d8
commit 90b120957d
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ import type { SESHandler } from '../aws/ses.js';
import type { DynamoDBHandler } from '../aws/dynamodb.js';
import type { EmailDelivery } from '../smtp/delivery.js';
import type { MetricsCollector } from '../metrics.js';
import type { ParsedMail } from 'mailparser';
import { log } from '../logger.js';
import { BlocklistChecker } from '../email/blocklist.js';