From 947351af6716965849ba1b35cacf5d2f667930bd Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Tue, 12 Nov 2024 16:49:02 -0800 Subject: [PATCH] removed unused variabl --- app/Listeners/CheckoutableListener.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Listeners/CheckoutableListener.php b/app/Listeners/CheckoutableListener.php index 79a4774776..0651df197b 100644 --- a/app/Listeners/CheckoutableListener.php +++ b/app/Listeners/CheckoutableListener.php @@ -181,7 +181,7 @@ class CheckoutableListener $notification->success()->sendMessage($message[0], $message[1]); // Send the message to Microsoft Teams } else { Notification::route(Setting::getSettings()->webhook_selected, Setting::getSettings()->webhook_endpoint) - ->notify($this->getCheckinNotification($event, $acceptance)); + ->notify($this->getCheckinNotification($event)); } } } catch (ClientException $e) {