diff --git a/src/taoensso/sente.cljc b/src/taoensso/sente.cljc index 6da9ee9..fb21e7d 100644 --- a/src/taoensso/sente.cljc +++ b/src/taoensso/sente.cljc @@ -218,7 +218,7 @@ (enc/str-starts-with? packed "+") [(subs packed 1) :v1/wrapped] (enc/str-starts-with? packed "-") [(subs packed 1) :v1/unwrapped] :else [ packed :v2/unwrapped]) - packed)) + [packed :v2/unwrapped])) (comment (parse-packed "+[[\"foo\"] \"uuid\"]"))