mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 05:39: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)
|
return bool(RESEND_API_KEY)
|
||||||
|
|
||||||
|
|
||||||
def send_welcome_email(name, email):
|
async def send_welcome_email(name, email):
|
||||||
if not is_resend_enabled():
|
if not is_resend_enabled():
|
||||||
logger.debug("Email sending disabled")
|
logger.debug("Email sending disabled")
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user