Skip to content

Commit

Permalink
Make typecheck run
Browse files Browse the repository at this point in the history
  • Loading branch information
dana-gill committed Feb 14, 2025
1 parent 75d79d3 commit 75d1fff
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type { ImapSimple, ImapSimpleOptions, Message, MessagePart } from '@n8n/imap';
import { connect as imapConnect, getParts } from '@n8n/imap';
import find from 'lodash/find';
import { connect as imapConnect } from '@n8n/imap';
import isEmpty from 'lodash/isEmpty';
import type { Source as ParserSource } from 'mailparser';
import { simpleParser } from 'mailparser';
Expand Down

0 comments on commit 75d1fff

Please sign in to comment.