Skip to content

Commit

Permalink
[fix] [#428] Unpack broken for binary data (@rosejn)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosejn authored and ptaoussanis committed Apr 7, 2023
1 parent 23d9f7a commit 91a239b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/taoensso/sente.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -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\"]"))

Expand Down

0 comments on commit 91a239b

Please sign in to comment.