diff --git a/backend/src/uxbox/util/response.clj b/backend/src/uxbox/util/response.clj index 086b78f703..c1bc2a0977 100644 --- a/backend/src/uxbox/util/response.clj +++ b/backend/src/uxbox/util/response.clj @@ -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)