Skip to content

Commit

Permalink
Merge pull request #202 from lucasfernog/chore/zbus-4.0
Browse files Browse the repository at this point in the history
chore: update to zbus v4
  • Loading branch information
hoodie authored Apr 4, 2024
2 parents 90c503f + e738474 commit eee4a4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/xdg/zbus_rs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ async fn send_notification_via_connection_at_bus(
)
.await?
.body()
.deserialize()
.unwrap();
.deserialize()?;
Ok(reply)
}

Expand Down

0 comments on commit eee4a4a

Please sign in to comment.