Skip to content

Commit

Permalink
remove unused util functions
Browse files Browse the repository at this point in the history
  • Loading branch information
myguidingstar committed Mar 13, 2019
1 parent 8d8da4d commit 8b77d84
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/conduit/util.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -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})

0 comments on commit 8b77d84

Please sign in to comment.