Jake Vanderwerf
2026-02-06 94de71140be2d0c80bf6a2e03cb9381b37736ed5
inc/managers/queue/Queue.php
@@ -19,7 +19,7 @@
      $this->registry = new TypeRegistry();
      $this->locker = new Locker();
      $executor = new FilteredExecutor($this->storage);
      $executor = new FilteredExecutor();
      $this->processor = new Processor($this->storage, $executor, $this->registry);
      add_action('jvb_process_queue', [$this, 'checkQueue']);