summaryrefslogtreecommitdiff
path: root/app/Notification/Webhook.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Notification/Webhook.php')
-rw-r--r--app/Notification/Webhook.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Notification/Webhook.php b/app/Notification/Webhook.php
index feeee5d6..e187909f 100644
--- a/app/Notification/Webhook.php
+++ b/app/Notification/Webhook.php
@@ -49,7 +49,7 @@ class Webhook extends Base implements NotificationInterface
'event_data' => $event_data,
);
- return $this->httpClient->postJson($url, $payload);
+ $this->httpClient->postJson($url, $payload);
}
}
}