File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments