Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jan 28, 2024
1 parent 04b589c commit 7443560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Abstract/PurgeMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ public function process(ServerRequestInterface $request, RequestHandlerInterface

// If this is just an update of the last read post, there is no point in clearing the public cache
if ($this->isDiscussion && Arr::get(
$request->getParsedBody(),
'data.attributes.lastReadPostNumber'
)
$request->getParsedBody(),
'data.attributes.lastReadPostNumber'
)
) {
return $response;
}
Expand Down

0 comments on commit 7443560

Please sign in to comment.