Skip to content

Commit

Permalink
Merge branch 'main' into PPF-507-search-on-key
Browse files Browse the repository at this point in the history
  • Loading branch information
LucWollants authored Jun 7, 2024
2 parents ed35dda + c17aea0 commit 1a0e019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Notifications/Slack/SlackMessageBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function toMessage(Integration $integration): string
private function getStatusEmoji(IntegrationStatus $integrationStatus): string
{
return match ($integrationStatus) {
IntegrationStatus::Draft => ':construction:',
IntegrationStatus::Draft => ':tada:',
IntegrationStatus::Active => ':white_check_mark:',
IntegrationStatus::Blocked => ':no_entry:',
IntegrationStatus::Deleted => ':x:',
Expand Down

0 comments on commit 1a0e019

Please sign in to comment.