Skip to content

Commit 92e28bd

Browse files
committed
Drop not used response to creating an incident
I checked phpMyAdmin versions since the error reporting exists and none does implement the message
1 parent bdf8257 commit 92e28bd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Controller/IncidentsController.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,10 @@ public function create(): ?Response
8383
) {
8484
$response = [
8585
'success' => true,
86-
'message' => 'Thank you for your submission',
87-
'incident_id' => $result['incidents'], // Return a list of incident ids.
8886
];
8987
} else {
9088
$response = [
9189
'success' => false,
92-
'message' => 'There was a problem with your submission.',
9390
];
9491
}
9592

0 commit comments

Comments
 (0)