mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-14 07:51:01 +00:00
Don't unwrap
This commit is contained in:
parent
116974f811
commit
de605deb1e
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ where
|
|||
.expect("activity_pub::broadcast: request signature error"),
|
||||
)
|
||||
.body(body);
|
||||
tx.send_async(request_builder).await.unwrap();
|
||||
let _ = tx.send_async(request_builder).await;
|
||||
}
|
||||
drop(tx);
|
||||
join_all(handles).await;
|
||||
|
|
Loading…
Reference in a new issue