mirror of
https://github.com/penpot/penpot.git
synced 2025-05-28 07:36:17 +02:00
♻️ Refactor dispatcher implementation.
Simplify code and probabluy improve performance.
This commit is contained in:
parent
cd8a907a86
commit
1ac6e466ce
9 changed files with 82 additions and 76 deletions
|
@ -12,7 +12,7 @@
|
|||
[uxbox.tests.helpers :as th]
|
||||
[uxbox.util.storage :as ust]
|
||||
[uxbox.util.uuid :as uuid]
|
||||
[vertx.core :as vc]))
|
||||
[vertx.util :as vu]))
|
||||
|
||||
(t/use-fixtures :once th/state-init)
|
||||
(t/use-fixtures :each th/database-reset)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue