Skip to content

Commit a3a273e

Browse files
committed
reenable failing cljs specs in clj
1 parent 74d23af commit a3a273e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/dev/mem_lrs/server.cljc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
lrs/get-person-async
9494
lrs/store-statements
9595
;; TODO: fix this instrumentation for xapi version in cljs only
96-
#_lrs/store-statements-async
96+
#?@(:clj [lrs/store-statements-async])
9797
lrs/get-statements
9898
lrs/get-statements-async
9999
lrs/consistent-through
@@ -104,8 +104,8 @@
104104
lrs/authorize-async
105105

106106
;; response handling
107-
;; TODO: fix this instrumentation for xapi version
108-
#_com.yetanalytics.lrs.pedestal.routes.about/get-response
107+
;; TODO: fix this instrumentation for xapi version in cljs only
108+
#?@(:clj [com.yetanalytics.lrs.pedestal.routes.about/get-response])
109109
com.yetanalytics.lrs.pedestal.routes.activities/get-response
110110
com.yetanalytics.lrs.pedestal.routes.agents/get-response
111111
com.yetanalytics.lrs.pedestal.routes.documents/put-response

0 commit comments

Comments
 (0)