From 7596ecc6465d04816c241700969f7171a6da4c71 Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 16 Jun 2023 15:46:24 +0200 Subject: [PATCH] Use inspector --- src/main/clj/dda/activity_pub_poc/json_ld.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/clj/dda/activity_pub_poc/json_ld.clj b/src/main/clj/dda/activity_pub_poc/json_ld.clj index 4174b76..4460c5d 100644 --- a/src/main/clj/dda/activity_pub_poc/json_ld.clj +++ b/src/main/clj/dda/activity_pub_poc/json_ld.clj @@ -1,6 +1,7 @@ (ns activity-pub-poc.json-ld (:require [hato.client :as http] + [clojure.inspector :as inspector] )) (defn json-get [url]