Remove wrongful match statement

This commit is contained in:
Flori Weber 2023-06-22 19:54:39 +02:00
parent f554244143
commit 0aac291a3c
No known key found for this signature in database
GPG Key ID: 0ACD574FCF5226CF
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ impl Channel {
))
.bearer_auth(user.token())
.body(to_string(&modify_data).unwrap());
let new_channel = match common::deserialize_response::<Channel>(
let new_channel = common::deserialize_response::<Channel>(
request,
user,
crate::api::limits::LimitType::Channel,