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.
2 parents a5adf29 + 54d0018 commit 22a1762Copy full SHA for 22a1762
src/Coder.php
@@ -52,7 +52,7 @@ public function decodeLogs(array $logs): array
52
$eventInputs[$id] = $event;
53
}
54
55
- if ($topicId)
+ if ($topicId && isset($eventInputs[$topicId]))
56
{
57
$inputs = array_get($eventInputs[$topicId], 'inputs');
58
$parsedEvent = $this->decodeEvent($inputs, $topics, $data);
0 commit comments