mirror of https://github.com/langgenius/dify.git
Fix function's name mismatch (#16681)
This commit is contained in:
parent
fc8c765215
commit
43753c8e9a
|
@ -15,11 +15,11 @@ from services.feature_service import FeatureService
|
|||
|
||||
|
||||
@app.celery.task(queue="dataset")
|
||||
def send_document_clean_notify_task():
|
||||
def mail_clean_document_notify_task():
|
||||
"""
|
||||
Async Send document clean notify mail
|
||||
|
||||
Usage: send_document_clean_notify_task.delay()
|
||||
Usage: mail_clean_document_notify_task.delay()
|
||||
"""
|
||||
if not mail.is_inited():
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue