Skip to content

Commit

Permalink
Fix OCM validation errors
Browse files Browse the repository at this point in the history
Signed-off-by: jld3103 <jld3103yt@gmail.com>
  • Loading branch information
provokateurin committed Feb 10, 2023
1 parent e0946a1 commit 1ac359d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/public/Federation/Exceptions/BadRequestException.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function getReturnMessage() {
];

foreach ($this->parameterList as $missingParameter) {
$result['validationErrors'] = [
$result['validationErrors'][] = [
'name' => $missingParameter,
'message' => 'NOT_FOUND'
];
Expand Down

0 comments on commit 1ac359d

Please sign in to comment.