mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 04:48:26 +02:00
🔥 Remove unused object-update task
This commit is contained in:
parent
d241f45253
commit
f3346786ea
3 changed files with 1 additions and 46 deletions
|
@ -349,8 +349,6 @@
|
|||
:audit-log-archive (ig/ref :app.loggers.audit.archive-task/handler)
|
||||
:audit-log-gc (ig/ref :app.loggers.audit.gc-task/handler)
|
||||
|
||||
:object-update
|
||||
(ig/ref :app.tasks.object-update/handler)
|
||||
:delete-object
|
||||
(ig/ref :app.tasks.delete-object/handler)
|
||||
:process-webhook-event
|
||||
|
@ -382,9 +380,6 @@
|
|||
:app.tasks.orphan-teams-gc/handler
|
||||
{::db/pool (ig/ref ::db/pool)}
|
||||
|
||||
:app.tasks.object-update/handler
|
||||
{::db/pool (ig/ref ::db/pool)}
|
||||
|
||||
:app.tasks.delete-object/handler
|
||||
{::db/pool (ig/ref ::db/pool)}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue