mirror of
https://github.com/penpot/penpot.git
synced 2026-04-29 21:28:20 +00:00
🐛 Fix typo in restore-deleted-team-files reduce accumulator (#9241)
This commit is contained in:
parent
f530a0ba26
commit
1213640693
@ -1284,7 +1284,7 @@
|
||||
(update :files conj id)
|
||||
(update :projects conj project-id))))
|
||||
|
||||
{:files #{} :projectes #{}}
|
||||
{:files #{} :projects #{}}
|
||||
(db/plan conn [sql:resolve-editable-files team-id
|
||||
(db/create-array conn "uuid" ids)]))]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user