feat: end user email env var (#6750)

* feat: end user email env var

* nit

* nits
This commit is contained in:
hugocasa
2025-10-03 19:27:58 +02:00
committed by GitHub
parent 3c7a12da57
commit 3907c9f951
22 changed files with 95 additions and 29 deletions

View File

@@ -2173,6 +2173,7 @@ pub async fn start_worker(
None,
None,
None,
None,
)
.await
.to_vec();
@@ -2294,6 +2295,7 @@ for line in sys.stdin:
None,
None,
None,
None,
)
.await;