Skip to content

Commit

Permalink
allow dry-run status to be determined on an FcmClient
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Bauters committed Jun 26, 2024
1 parent afcdaaa commit 008978a
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 @@ -101,7 +101,7 @@ impl FcmClientBuilder {
pub struct FcmClient {
http_client: reqwest::Client,
oauth_client: OauthClient,
dry_run: bool,
pub dry_run: bool,
}

impl FcmClient {
Expand Down

0 comments on commit 008978a

Please sign in to comment.