fix: file asset delete (#2804)

This commit is contained in:
Bavisetti Narayan 2023-11-20 14:53:06 +05:30 committed by sriram veeraghanta
parent b210fc8032
commit 2f75611662
6 changed files with 72 additions and 21 deletions

View file

@ -285,6 +285,7 @@ else:
CELERY_IMPORTS = (
"plane.bgtasks.issue_automation_task",
"plane.bgtasks.exporter_expired_task",
"plane.bgtasks.file_asset_task",
)
# Sentry Settings