mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 23:46:09 +02:00
⬆️ Update to jdk21 on devenv docker image
This commit is contained in:
parent
1bcaac1013
commit
93535b7df6
2 changed files with 7 additions and 7 deletions
|
@ -97,5 +97,5 @@
|
|||
[queue item f]
|
||||
(assert (instance? Queue queue))
|
||||
(let [items (unchecked-get queue "items")]
|
||||
(when-not (.findLast items f)
|
||||
(when-not (.findLast ^js items f)
|
||||
(enqueue queue item))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue