Skip to content

Commit

Permalink
[TM-1586] include the updated date in redis for dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarLima1 committed Jan 3, 2025
1 parent 1d68fea commit b306714
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public function __invoke(Request $request)
} else {
$data = json_decode($cacheValue);
$data->last_updated_at = $lastUpdatedAt;

return response()->json($data);
}
} catch (\Exception $e) {
Expand Down

0 comments on commit b306714

Please sign in to comment.