Merge branch 'master' into feature/multiplerandom

This commit is contained in:
Irfan (Nekomata) 2024-11-13 22:46:11 +05:00 committed by GitHub
commit afcf8d7dbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,10 +67,13 @@ class MicroCaching
// if cache exists, return cache
if (Cache::has($fingerprint)) {
$response = \json_decode(Cache::get($fingerprint), true);
unset($response['meta']);
unset($response['links']);
return response()
->json(
\json_decode(Cache::get($fingerprint), true)
);
->json($response);
}
// set cache