Skip to content

Commit

Permalink
Update MicroCaching.php
Browse files Browse the repository at this point in the history
  • Loading branch information
irfan-dahir committed Nov 13, 2024
1 parent 45cb4f0 commit b8a24dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Middleware/MicroCaching.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public function handle($request, Closure $next)
if (Cache::has($fingerprint)) {
$response = \json_decode(Cache::get($fingerprint), true);

Check warning on line 67 in app/Http/Middleware/MicroCaching.php

View check run for this annotation

Codecov / codecov/patch

app/Http/Middleware/MicroCaching.php#L67

Added line #L67 was not covered by tests


unset($response['meta']);
unset($response['links']);

Check warning on line 70 in app/Http/Middleware/MicroCaching.php

View check run for this annotation

Codecov / codecov/patch

app/Http/Middleware/MicroCaching.php#L69-L70

Added lines #L69 - L70 were not covered by tests

Expand Down

0 comments on commit b8a24dc

Please sign in to comment.