add some todo

This commit is contained in:
Michael Jerger 2023-06-16 18:47:38 +02:00
parent 9aed2c89a9
commit 63d6dde11e

View file

@ -8,6 +8,7 @@
(def team-url "https://social.meissa-gmbh.de/users/team") (def team-url "https://social.meissa-gmbh.de/users/team")
;; TODO: use a real cacheing lib instead of simple atom?
(def context-cache (atom {})) (def context-cache (atom {}))
(defn json-get [url] (defn json-get [url]