From 8b77d843e76188d4f52607d9020e5475cc57f42f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20Minh=20Th=E1=BA=AFng?= Date: Thu, 14 Mar 2019 02:23:43 +0700 Subject: [PATCH] remove unused util functions --- src/conduit/util.cljc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/conduit/util.cljc b/src/conduit/util.cljc index 5899adf..415a4e8 100644 --- a/src/conduit/util.cljc +++ b/src/conduit/util.cljc @@ -27,9 +27,3 @@ (if (zero? (rem total items-per-page)) 0 1)))) - -(defn feed->paginated-list [{:keys [feed page] :or {page 1}}] - {:list-type :articles/by-feed :list-id feed :page page}) - -(defn profile->paginated-list [{:keys [list-type user-id page] :or {page 1}}] - {:list-type list-type :list-id user-id :page page})