Skip to content

Commit

Permalink
Bugfix for recent-activities reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed Jan 29, 2024
1 parent 54c5cc9 commit a41c611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wormbase/names/util.clj
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
bid)))

(defn encode-etag [latest-t]
(some-> latest-t codecs/long->bytes codecs/bytes->b64 codecs/bytes->str))
(some-> latest-t str codecs/str->bytes codecs/bytes->b64 codecs/bytes->str))

(defn add-etag-header-maybe [response etag]
(if (seq etag)
Expand Down

0 comments on commit a41c611

Please sign in to comment.