mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Revert sync -> aync in send welcome email method
This commit is contained in:
parent
6936875a82
commit
ca8a7d8368
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ def is_resend_enabled():
|
|||
return bool(RESEND_API_KEY)
|
||||
|
||||
|
||||
def send_welcome_email(name, email):
|
||||
async def send_welcome_email(name, email):
|
||||
if not is_resend_enabled():
|
||||
logger.debug("Email sending disabled")
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue