This commit is contained in:
Yuri Kuznetsov
2024-03-19 10:13:27 +02:00
parent 7ba7f8aa14
commit cd0c397b07
+1 -1
View File
@@ -111,7 +111,7 @@ class Queue
'event' => $item->get('event'),
'targetId' => $item->get('targetId'),
'targetType' => $item->get('targetType'),
'status' => 'Pending',
'status' => WebhookQueueItem::STATUS_PENDING,
'data' => $item->get('data'),
'attempts' => 0,
]);