diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-12-15 14:03:55 -0800 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-12-15 14:03:55 -0800 |
commit | 157dc327e8fe63541b517cfbeeaf202a3e8553a5 (patch) | |
tree | 4d00bfeb4da32e586732b302066e313a3d9d88f2 /src/email.ts | |
parent | c0a96e82af651724314114df2d0019ecb83c2830 (diff) | |
download | uptime-157dc327e8fe63541b517cfbeeaf202a3e8553a5.tar.gz uptime-157dc327e8fe63541b517cfbeeaf202a3e8553a5.zip |
attach the request id during the job
Diffstat (limited to 'src/email.ts')
-rw-r--r-- | src/email.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/email.ts b/src/email.ts index b822cd9..328afab 100644 --- a/src/email.ts +++ b/src/email.ts @@ -3,7 +3,7 @@ import * as TE from "fp-ts/lib/TaskEither"; import * as O from "fp-ts/lib/Option"; import { createTransport } from "nodemailer"; import { toError } from "fp-ts/lib/Either"; -import { flow, pipe } from "fp-ts/lib/function"; +import { pipe } from "fp-ts/lib/function"; import { ImapFlow, type FetchMessageObject, |