Skip to content

Commit

Permalink
Fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed Jun 5, 2024
1 parent ce3af40 commit b987602
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Domain/Notifications/Services/Messengers.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ public function discordWebhook(NotificationModel $notification): bool

// For details on the JSON layout: https://birdie0.github.io/discord-webhooks-guide/index.html
$data_string = json_encode([
'content' => 'Leantime' . ' - ' . session("companysettings.sitename"),
'avatar_url' => 'https://s3-us-west-2.amazonaws.com/leantime-website/wp-content/uploads/2019/03/22224016/logoIcon.png',
'tts' => false,
'embeds' => [
Expand Down

0 comments on commit b987602

Please sign in to comment.