From ea5aa1c92686bb14c8f5691029977fe0da3b34b3 Mon Sep 17 00:00:00 2001 From: erik Date: Tue, 20 Jun 2023 12:44:57 +0200 Subject: [PATCH] Fix requires --- .../clj/org/domaindrivenarchitecture/activity_pub_poc/core.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/clj/org/domaindrivenarchitecture/activity_pub_poc/core.clj b/src/main/clj/org/domaindrivenarchitecture/activity_pub_poc/core.clj index 6e59b0b..bf01e0e 100644 --- a/src/main/clj/org/domaindrivenarchitecture/activity_pub_poc/core.clj +++ b/src/main/clj/org/domaindrivenarchitecture/activity_pub_poc/core.clj @@ -19,6 +19,8 @@ (def team (ap/GET team-url)) + + ;;(ins/inspect-tree team-ld) ;;(ins/inspect-tree team)