mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Revert sync -> aync in send welcome email method
This commit is contained in:
committed by
Debanjum Singh Solanky
parent
6936875a82
commit
ca8a7d8368
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user