Skip to content

Commit

Permalink
[player] fix property name
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-jean committed Jan 8, 2025
1 parent 5a1ae88 commit 290bba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Player/Serializer/ScenarioSetSerializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ private function cleanStepForJsonView(array &$step): void
'errors' => true,
'deprecations' => true,
'initiator_uuid' => true,
'created_at' => true,
'started_at' => true,
'finished_at' => true,
]);

Expand Down

0 comments on commit 290bba4

Please sign in to comment.