mirror of
https://github.com/penpot/penpot.git
synced 2026-05-04 15:49:34 +00:00
Implement IDeref for Rsp type.
This commit is contained in:
parent
c0aa4a042f
commit
5477909d4d
@ -38,6 +38,9 @@
|
||||
(= etag new-tag))))
|
||||
|
||||
(deftype Rsp [data]
|
||||
clojure.lang.IDeref
|
||||
(deref [_] data)
|
||||
|
||||
ch/ISend
|
||||
(-send [_ ctx]
|
||||
(let [^Response response (ctx/get-response* ctx)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user