juxt / yada

A powerful Clojure web library, full HTTP, full async - see https://juxt.pro/yada/index.html
MIT License
735 stars 97 forks source link

Incorrect arity of `instance?` in `encode-attributes` #260

Open p-himik opened 5 years ago

p-himik commented 5 years ago

Here https://github.com/juxt/yada/blob/master/src/yada/cookies.clj#L55 the section (instance? java.time.Duration) should probably be (instance? java.time.Duration v).

runejuhl commented 5 years ago

This has been fixed in https://github.com/juxt/yada/pull/264