chg: [outboxProcessors:broods] Provide errors while trying to re-send a message

pull/93/head
Sami Mokaddem 2022-01-24 16:48:58 +01:00
parent b343c22f23
commit 244db2112c
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class ResendFailedMessageProcessor extends BroodsOutboxProcessor implements Gene
[],
$success,
$success ? $messageSuccess : $messageFail,
[]
$jsonReply['errors'] ?? []
);
}