Skip to content

Commit

Permalink
Actually do some work
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoPino committed Dec 9, 2024
1 parent d432e70 commit de9b3e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Plugin/QueueWorker/ActionADOQueueWorker.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.', [
Expand Down

0 comments on commit de9b3e0

Please sign in to comment.