aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/frontend/tubo/channel/events.cljs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/frontend/tubo/channel/events.cljs b/src/frontend/tubo/channel/events.cljs
index bf00a69..5270eb8 100644
--- a/src/frontend/tubo/channel/events.cljs
+++ b/src/frontend/tubo/channel/events.cljs
@@ -138,8 +138,3 @@
{:nextPage (js/encodeURIComponent next-page-url)})
:db
(assoc db :show-pagination-loading true)))))
-
-(rf/reg-event-db
- :channel/reset
- (fn [db _]
- (assoc db :channel nil)))