Skip to content

Commit

Permalink
chore: add label for DecodedJsonPayload
Browse files Browse the repository at this point in the history
Signed-off-by: Dominic Hock <[email protected]>
  • Loading branch information
Subtixx authored Jul 15, 2024
1 parent 9f2b965 commit 4402add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Payloads/DecodedJsonPayload.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function getContent(): array

return [
'content' => ArgumentConverter::convertToPrimitive($decodedJson),
'label' => '',
'label' => 'DecodedJson',
];
}
}

0 comments on commit 4402add

Please sign in to comment.