refactor(backend): solve copilot comments

This commit is contained in:
2025-09-24 20:10:31 +02:00
parent 3c8ad5f74f
commit f4892a69d5
12 changed files with 14 additions and 50 deletions

View File

@@ -32,5 +32,4 @@ def enqueue_email(to: str, subject: str, body: str) -> None:
loop.create_task(_publish_async(message))
except RuntimeError:
asyncio.run(_publish_async(message))
# ...existing code...