Skip to content

Commit

Permalink
fix: mailcomposer import
Browse files Browse the repository at this point in the history
  • Loading branch information
BlankParticle committed Aug 30, 2024
1 parent 8f0fc1a commit 4518398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mail-bridge/trpc/routers/sendMailRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import {
tryParseInlineAttachmentUrl,
walkAndReplaceImages
} from '../../utils/tiptap-utils';
import MailComposer from 'nodemailer/lib/mail-composer/index.js';
import { createExtensionSet } from '@u22n/tiptap/extensions';
import MailComposer from 'nodemailer/lib/mail-composer';
import { and, eq, inArray } from '@u22n/database/orm';
import { type JSONContent } from '@u22n/tiptap/react';
import { typeIdValidator } from '@u22n/utils/typeid';
Expand Down

0 comments on commit 4518398

Please sign in to comment.