everything except pagination

This commit is contained in:
Bryce Covert
2020-08-23 07:59:34 -07:00
parent edbc9f85c4
commit 84137161bf
7 changed files with 24 additions and 28 deletions

View File

@@ -67,3 +67,5 @@
(if (some identity vs)
(reduce #(rec-merge %1 %2) v vs)
(last vs))))
(def default-pagination-size 20)