Skip to content

Commit

Permalink
Update src/Service/PollService.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric authored Aug 16, 2024
1 parent 15a1b20 commit 3d267f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/PollService.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function deletePoll(Poll $poll, string $responseUrl): void

if ($json['ok'] === false) {
withScope(function ($scope) use ($json, $responseUrl): void {
$scope->setContext('Slack API metadata', [
$scope->setContext('Slack API', [
'slack_response' => $json,
'response_url' => $responseUrl,
]);
Expand Down

0 comments on commit 3d267f5

Please sign in to comment.