Skip to content

Commit

Permalink
Update src/Plugin/rest/resource/WebformAllFormSubmissions.php
Browse files Browse the repository at this point in the history
Co-authored-by: Mikkel Ricky <[email protected]>
  • Loading branch information
jekuaitk and rimi-itk authored Oct 24, 2023
1 parent c2264d0 commit 75949f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/rest/resource/WebformAllFormSubmissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function get(string $webform_id): ModifiedResourceResponse {
catch (\Exception $e) {
$errors = [
'error' => [
'message' => $this->t('Could not generate DateTime from :time', [':time' => $value]),
'message' => $this->t('Invalid :param: :value', [':param' => $param, ':value' => $value]),
],
];

Expand Down

0 comments on commit 75949f0

Please sign in to comment.