Skip to content

Commit

Permalink
chore: add Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Apr 18, 2024
1 parent 2196717 commit 6e419ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use reqwest::{Client as HttpClient, StatusCode};
use serde::Serialize;
use std::sync::Arc;

#[derive(Clone)]
#[derive(Debug, Clone)]
/// An async client for sending the notification payload.
pub struct Client {
http_client: HttpClient,
Expand Down

0 comments on commit 6e419ad

Please sign in to comment.