Skip to content
Commit e2e4d855 authored by Rishi Kumar's avatar Rishi Kumar 🎨 Committed by Carl Schwan
Browse files

Implement correct logic for Last Used Value

This MR corrects the wrong logic for determining the "Last Used" value.

Previously, the implementation relied on the last `used_at` value of the JSON array, but this approach was inconsistent and often resulted in the wrong value. This MR introduces a comparison-based logic to calculate the value accurately.

This also fixes the formatting of the dates to use the user local instead of a an hardcoded time format 
parent e9d7af65
Pipeline #426877 failed with stages
in 4 minutes and 5 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment