diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-07-28 14:10:38 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-07-28 14:10:38 -0700 |
| commit | ad74ff999589e0df2b60ba6e94362ed5215af312 (patch) | |
| tree | a10800668c18c7b9f7222ac9fabbca01b941f834 /src/canary | |
| parent | 452c41a75aa2f9036614d677fda3867221db959e (diff) | |
| download | mon.hatecomputers.club-ad74ff999589e0df2b60ba6e94362ed5215af312.tar.gz mon.hatecomputers.club-ad74ff999589e0df2b60ba6e94362ed5215af312.zip | |
something
Diffstat (limited to 'src/canary')
| -rw-r--r-- | src/canary/email.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/canary/email.ts b/src/canary/email.ts index 384212b..1961c60 100644 --- a/src/canary/email.ts +++ b/src/canary/email.ts @@ -12,7 +12,7 @@ import { } from "imapflow"; import * as IO from "fp-ts/lib/IO"; import * as T from "fp-ts/lib/Task"; -import { ConsoleLogger } from "../util/logger"; +import { ConsoleLogger } from "../util"; interface ImapClientI { fetchAll: ( |
