We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487ebcf commit 93a6846Copy full SHA for 93a6846
application/libraries/Webhooks_client.php
@@ -89,7 +89,7 @@ private function call(array $webhook, string $action, array $payload): void
89
],
90
]);
91
92
- echo $response->getBody()->getContents(); // Use this for quick debugging
+ // echo $response->getBody()->getContents(); // Use this for quick debugging
93
} catch (Throwable $e) {
94
log_message(
95
'error',
0 commit comments