From 02783646435e1ec0dcafb6becae87c302e02c3e8 Mon Sep 17 00:00:00 2001 From: Raphael Darley Date: Mon, 31 Jul 2023 11:40:10 +0100 Subject: [PATCH] stop double cleaning channels --- src/utils.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils.rs b/src/utils.rs index b6655f7..b9324fb 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -283,7 +283,6 @@ pub async fn register_db( ttl = e.ttl } None => { - clean_channel(channel, &ctx).await; break; } }