Skip waiting on email to send when calling worker
All checks were successful
release / Publish to Cloudflare Pages (push) Successful in 1m2s
All checks were successful
release / Publish to Cloudflare Pages (push) Successful in 1m2s
This commit was merged in pull request #3.
This commit is contained in:
@@ -48,7 +48,7 @@ ${message}`,
|
|||||||
"contact@michaelpivato.dev",
|
"contact@michaelpivato.dev",
|
||||||
msg.asRaw()
|
msg.asRaw()
|
||||||
);
|
);
|
||||||
await this.env.SEB.send(cfMessage);
|
this.ctx.waitUntil(this.env.SEB.send(cfMessage));
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user