From b98760295d0353e1cd93c446b2c8ef8b7e8cc5cd Mon Sep 17 00:00:00 2001 From: Marcel Folaron Date: Wed, 5 Jun 2024 11:08:05 -0400 Subject: [PATCH] Fix conflict --- app/Domain/Notifications/Services/Messengers.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Domain/Notifications/Services/Messengers.php b/app/Domain/Notifications/Services/Messengers.php index 9753c579a..7bd5f9e3d 100644 --- a/app/Domain/Notifications/Services/Messengers.php +++ b/app/Domain/Notifications/Services/Messengers.php @@ -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' => [