From 5c17ea69893293a37e56d9389840a986abd57929 Mon Sep 17 00:00:00 2001 From: VC Date: Wed, 10 Jan 2024 11:23:09 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=20:=20avoid=20url=20duplication?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/twitter.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/twitter.rs b/src/twitter.rs index d6b9a9a..8d37673 100644 --- a/src/twitter.rs +++ b/src/twitter.rs @@ -118,14 +118,15 @@ pub async fn delete_tweet(config: &TwitterConfig, id: u64) -> Result<(), Box