Skip to content

Commit

Permalink
perf: save exception as null by default (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 authored May 2, 2023
1 parent 39db686 commit b7b83f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Models/WebhookCall.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public static function storeWebhook(WebhookConfig $config, Request $request): We
'url' => $request->fullUrl(),
'headers' => $headers,
'payload' => $request->input(),
'exception' => null,
]);
}

Expand Down

0 comments on commit b7b83f2

Please sign in to comment.