fix: file asset delete (#2804)
This commit is contained in:
parent
b210fc8032
commit
2f75611662
6 changed files with 72 additions and 21 deletions
|
|
@ -285,6 +285,7 @@ else:
|
|||
CELERY_IMPORTS = (
|
||||
"plane.bgtasks.issue_automation_task",
|
||||
"plane.bgtasks.exporter_expired_task",
|
||||
"plane.bgtasks.file_asset_task",
|
||||
)
|
||||
|
||||
# Sentry Settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue