diff --git a/src/Plugin/QueueWorker/ActionADOQueueWorker.php b/src/Plugin/QueueWorker/ActionADOQueueWorker.php index d11cfbd..907bdd5 100644 --- a/src/Plugin/QueueWorker/ActionADOQueueWorker.php +++ b/src/Plugin/QueueWorker/ActionADOQueueWorker.php @@ -320,7 +320,6 @@ private function processAction($data): bool|null { 'time_submitted' => $data->info['time_submitted'] ?? '', ]); $success = TRUE; - } catch (EntityStorageException $e) { $message = $this->t('Error executing @action on ADOs via Set @setid.', [