aboutsummaryrefslogtreecommitdiff
path: root/deno/mail/app.ts
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-07-01 17:29:07 +0800
committerYuqian Yang <crupest@crupest.life>2025-07-01 17:29:07 +0800
commitf4d60fb87f9c6d86a584eba11e6a3d17479af201 (patch)
tree37f1a7577e67acc06ddcfc918affb1ecd0df6038 /deno/mail/app.ts
parent5e250ddcdbd6307989071e4ea794b1ad39e928e5 (diff)
downloadcrupest-f4d60fb87f9c6d86a584eba11e6a3d17479af201.tar.gz
crupest-f4d60fb87f9c6d86a584eba11e6a3d17479af201.tar.bz2
crupest-f4d60fb87f9c6d86a584eba11e6a3d17479af201.zip
mail: remove 'aws' of aws message id map.
Diffstat (limited to 'deno/mail/app.ts')
-rw-r--r--deno/mail/app.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/deno/mail/app.ts b/deno/mail/app.ts
index 332c430..2a8c78a 100644
--- a/deno/mail/app.ts
+++ b/deno/mail/app.ts
@@ -49,7 +49,7 @@ export function createHono(outbound: MailDeliverer, inbound: MailDeliverer) {
} else {
const result = await outbound.deliverRaw(body);
return context.json({
- awsMessageId: result.awsMessageId,
+ newMessageId: result.newMessageId,
});
}
});