fix after review

This commit is contained in:
Viktor Scharf
2024-09-12 10:08:43 +02:00
parent 283948487b
commit 438e445a1c
5 changed files with 50 additions and 16 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ class OcmHelper {
?string $email = null,
?string $description = null
): ResponseInterface {
$body['params'] = [
$body = [
"description" => $description,
"recipient" => $email
];