diff --git a/contact-email-worker/src/index.ts b/contact-email-worker/src/index.ts index 5fba922..0e1a999 100644 --- a/contact-email-worker/src/index.ts +++ b/contact-email-worker/src/index.ts @@ -48,7 +48,7 @@ ${message}`, "contact@michaelpivato.dev", msg.asRaw() ); - await this.env.SEB.send(cfMessage); + this.ctx.waitUntil(this.env.SEB.send(cfMessage)); } catch (e) { throw e; }