diff --git a/modules/thunder_gqls/src/Wrappers/EntityListResponse.php b/modules/thunder_gqls/src/Wrappers/EntityListResponse.php index 70a346575..52004a378 100644 --- a/modules/thunder_gqls/src/Wrappers/EntityListResponse.php +++ b/modules/thunder_gqls/src/Wrappers/EntityListResponse.php @@ -87,11 +87,6 @@ public function items() { return []; } - if (empty($this->buffer)) { - // phpcs:ignore - $this->buffer = \Drupal::service('graphql.buffer.entity'); - } - $callback = $this->buffer->add($this->query->getEntityTypeId(), array_values($result)); return new Deferred(fn() => $callback()); }