Open p-himik opened 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).
(instance? java.time.Duration)
(instance? java.time.Duration v)
This has been fixed in https://github.com/juxt/yada/pull/264
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)
.