Skip to content

Commit

Permalink
[doc] update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoBonacci committed Jul 22, 2022
1 parent 257f99b commit 406e166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mulog-core/src/com/brunobonacci/mulog.clj
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ For more information, please visit: https://github.com/BrunoBonacci/mulog
(u/trace ::availability
{:pairs [:product-id product-id, :order order-id, :user user-id]
:capture (fn [r] {:http-status (:status r)
:etag (get-in r [:headers \"etag\"])})
:etag (get-in r [:headers \"etag\"])})}
(product-availability product-id))
```
Expand Down

0 comments on commit 406e166

Please sign in to comment.