Skip to content

Commit

Permalink
fixing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
y4roc authored Jul 12, 2024
1 parent be97355 commit 3cf5481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventListener/MessengerListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private function castMessage(object $message): mixed
512,
\JSON_THROW_ON_ERROR
);
} catch (\JsonException) {
} catch (\JsonException $e) {
return 'Error while parsing message body.';
}
}
Expand Down

0 comments on commit 3cf5481

Please sign in to comment.