Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
g-tejas committed Jul 8, 2024
1 parent 2fab417 commit 2597e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/services/mail/mail.types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Mail from 'nodemailer/lib/mailer'
import { OperationOptions } from 'retry'

import { AutoReplyOptions, FormResponseMode } from '../../../../shared/types'
import { AutoReplyOptions } from '../../../../shared/types'
import { SMS_WARNING_TIERS } from '../../../../shared/utils/verification'
import {
EmailAdminDataField,
Expand Down

0 comments on commit 2597e8d

Please sign in to comment.