We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002547a commit 76091e2Copy full SHA for 76091e2
src/Extractor.php
@@ -70,7 +70,7 @@ public function extract(): iterable
70
$message = $this->channel->get($this->topic);
71
$this->channel->ack($message);
72
73
- yield new AcceptanceResultBucket($message);
+ yield new AcceptanceResultBucket(\json_decode($message->content, true));
74
}
75
76
0 commit comments