yada icon indicating copy to clipboard operation
yada copied to clipboard

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

Open p-himik opened this issue 6 years ago • 1 comments

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).

p-himik avatar Feb 23 '19 10:02 p-himik

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

runejuhl avatar Mar 07 '19 21:03 runejuhl