about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2022-12-06 07:22:06 -0500
committerelioat <elioat@tilde.institute>2022-12-06 07:22:06 -0500
commit9c854b69cdbafd92c78120d795022c7b00dd0d30 (patch)
treed8d9a78eb73fe13da6eef95ba75bdf0a8c0b57fc /src
parent120f12b197d3a2b9ae0fda4583e5d54b3001ecd7 (diff)
downloaddecember-2022-9c854b69cdbafd92c78120d795022c7b00dd0d30.tar.gz
*
Diffstat (limited to 'src')
-rw-r--r--src/tmp.rkt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tmp.rkt b/src/tmp.rkt
index 321226d..c711882 100644
--- a/src/tmp.rkt
+++ b/src/tmp.rkt
@@ -53,7 +53,7 @@
   (hash-map h
             (lambda (k v)
               (cond [(list? v) (map (lambda (x) (inspector x)) v)]
-                    [(hash? (car (hash-ref v k)) (map (lambda (x) (inspector x)) v))]
+                    [(hash? (car (hash-ref k "stats")) (map (lambda (x) (inspector x)) v))] ; if I'm going to hard code this, don't think I can use a cond
                     [(display (~a "  key: " k "\nvalue: " v "\n=====\n"))])))
   h)