Skip to content

Commit

Permalink
Issue cachethq#4395 - No component email on incident creation/update
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepomes committed Jun 13, 2024
1 parent 731a843 commit 13f0667
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ public function handle(CreateIncidentCommand $command)
null,
null,
null,
false
null,
true // Silent mode
));
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ public function handle(UpdateIncidentCommand $command)
null,
null,
null,
false
null,
true // Silent mode
));
}

Expand Down

0 comments on commit 13f0667

Please sign in to comment.