Fix time tracking time spent rendering
What does this MR do?
The API currently returns
human_time_estimate: null
human_total_time_spent: "1w"
This MR fixes the the store to save the human_total_time_spent
instead of human_time_spent
.
Are there points in the code the reviewer needs to double check?
Shouldn't be
Why was this MR needed?
Fixes bug
Screenshots (if relevant)
Before | After |
---|---|
Does this MR meet the acceptance criteria?
Yes