Skip to content

Commit e336182

Browse files
committed
Formatting
1 parent 3eb0743 commit e336182

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/Listeners/CheckoutableListener.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ public function onCheckedOut($event)
135135
}
136136
}
137137

138-
139-
140-
141138
/**
142139
* Notify the user and post to webhook about the checked in checkoutable
143140
*/
@@ -213,7 +210,6 @@ public function onCheckedIn($event)
213210
if ($shouldSendWebhookNotification) {
214211
// Send Webhook notification
215212
try {
216-
217213
if ($this->newMicrosoftTeamsWebhookEnabled()) {
218214
$message = $this->getCheckinNotification($event)->toMicrosoftTeams();
219215
$notification = new TeamsNotification(Setting::getSettings()->webhook_endpoint);

0 commit comments

Comments
 (0)