We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb0743 commit e336182Copy full SHA for e336182
app/Listeners/CheckoutableListener.php
@@ -135,9 +135,6 @@ public function onCheckedOut($event)
135
}
136
137
138
-
139
140
141
/**
142
* Notify the user and post to webhook about the checked in checkoutable
143
*/
@@ -213,7 +210,6 @@ public function onCheckedIn($event)
213
210
if ($shouldSendWebhookNotification) {
214
211
// Send Webhook notification
215
212
try {
216
217
if ($this->newMicrosoftTeamsWebhookEnabled()) {
218
$message = $this->getCheckinNotification($event)->toMicrosoftTeams();
219
$notification = new TeamsNotification(Setting::getSettings()->webhook_endpoint);
0 commit comments