mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -05:00
✨ Minor changes on delete profile tasks.
For testing purposes mainly.
This commit is contained in:
parent
233cd8c3d6
commit
2145130d21
1 changed files with 2 additions and 1 deletions
|
@ -82,5 +82,6 @@
|
||||||
[conn profile-id]
|
[conn profile-id]
|
||||||
(log/infof "Proceding to delete all data related to profile id = %s" profile-id)
|
(log/infof "Proceding to delete all data related to profile id = %s" profile-id)
|
||||||
(delete-teams conn profile-id)
|
(delete-teams conn profile-id)
|
||||||
(delete-profile conn profile-id))
|
(delete-profile conn profile-id)
|
||||||
|
true)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue