mirror of
https://github.com/penpot/penpot.git
synced 2025-06-24 16:37:01 +02:00
💄 Fix format issues on backend module
This commit is contained in:
parent
99e323dabc
commit
87615ce221
58 changed files with 293 additions and 411 deletions
|
@ -29,8 +29,7 @@
|
|||
params {::th/type :get-file
|
||||
:id (:id file1)
|
||||
::rpc/profile-id (:id profile)
|
||||
:features cfeat/supported-features
|
||||
}]
|
||||
:features cfeat/supported-features}]
|
||||
|
||||
(binding [cond/*enabled* true]
|
||||
(let [{:keys [error result] :as out} (th/command! params)]
|
||||
|
@ -46,6 +45,5 @@
|
|||
{:keys [error result]} (th/command! (assoc params ::cond/key etag))]
|
||||
(t/is (nil? error))
|
||||
(t/is (fn? result))
|
||||
(t/is (= 304 (-> (result nil) :ring.response/status))))
|
||||
))))
|
||||
(t/is (= 304 (-> (result nil) :ring.response/status))))))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue