We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6a922 commit ae2edcfCopy full SHA for ae2edcf
Classes/Indexer/NodeIndexer.php
@@ -490,7 +490,7 @@ public function flush(): void
490
491
if (isset($response['errors']) && $response['errors'] !== false) {
492
foreach ($response['items'] as $responseInfo) {
493
- if (current($responseInfo)['status'] !== 200) {
+ if ((int)current($responseInfo)['status'] > 299) {
494
$this->errorHandlingService->log($this->errorStorage->logErrorResult($responseInfo), LogEnvironment::fromMethodName(__METHOD__));
495
}
496
0 commit comments