Skip to content

Commit e7c8712

Browse files
fix: add missing imports
1 parent 9f407f3 commit e7c8712

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/web3mail/sendEmailCampaign.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import { NULL_ADDRESS } from 'iexec/utils';
2+
import { ValidationError } from 'yup';
13
import { handleIfProtocolError, WorkflowError } from '../utils/errors.js';
24
import { addressOrEnsSchema, throwIfMissing } from '../utils/validators.js';
35
import { SendEmailCampaignParams, SendEmailCampaignResponse } from './types.js';

0 commit comments

Comments
 (0)