Skip to content

Commit

Permalink
Merge pull request #29 from maheshrayas/minor-fix
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
maheshrayas authored Oct 16, 2022
2 parents 0548b04 + 9b83c33 commit 0c507ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/downscaler/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ impl Rules {
generate_csv(&resoure_list, &e.id)?;
let slack_channel = &e.slack_channel;
let token = comm.get_secret().unwrap();
let comment = slack_alert_initial_comment(&e.id, true);
let comment = slack_alert_initial_comment(&e.id, is_uptime);

let s = Slack::new(
&comment,
Expand Down

0 comments on commit 0c507ea

Please sign in to comment.