Skip to content

Commit

Permalink
Merge branch '2.11.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
rbayet committed Sep 24, 2023
2 parents a72549d + 4377552 commit b135a1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function getSpellingType(RequestInterface $request)

$spellingType = $this->cacheHelper->loadCache($cacheKey);

if (true || $spellingType === false) {
if ($spellingType === false) {
$spellingType = $this->loadSpellingType($request);
$this->cacheHelper->saveCache($cacheKey, $spellingType, [$request->getIndex(), ScopePool::CACHE_TAG]);
}
Expand Down

0 comments on commit b135a1a

Please sign in to comment.