Skip to content

Commit

Permalink
Merge pull request #14 from kimbauters/dry-run
Browse files Browse the repository at this point in the history
allow dry-run status to be determined on an FcmClient
  • Loading branch information
rj76 authored Jun 27, 2024
2 parents 1f4d70c + 008978a commit 8eb7ced
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 8eb7ced

Please sign in to comment.