diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-14 01:21:11 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-14 02:53:17 +0800 |
commit | 4f47b123f26d356661702b3d77c5c246be8620d0 (patch) | |
tree | aab52a08c3544b7514d24d68e7127f9aaba76057 /deno/mail-relay | |
parent | 0ddd1dc07f7d00723933d832562497af23dce225 (diff) | |
download | crupest-4f47b123f26d356661702b3d77c5c246be8620d0.tar.gz crupest-4f47b123f26d356661702b3d77c5c246be8620d0.tar.bz2 crupest-4f47b123f26d356661702b3d77c5c246be8620d0.zip |
deno: merge utils to one file.
Diffstat (limited to 'deno/mail-relay')
-rw-r--r-- | deno/mail-relay/aws/fetch.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deno/mail-relay/aws/fetch.ts b/deno/mail-relay/aws/fetch.ts index bbb671a..68e02e6 100644 --- a/deno/mail-relay/aws/fetch.ts +++ b/deno/mail-relay/aws/fetch.ts @@ -7,7 +7,7 @@ import { S3ClientConfig, } from "@aws-sdk/client-s3"; -import { toFileNameString } from "@crupest/base/date"; +import { toFileNameString } from "@crupest/base"; import { Mail } from "../mail.ts"; |