You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My understanding is that omitempty considers 0 to be empty, so history-index is not returned when the index is 0. Taking this into consideration I made a fix on status-react side which considers history-index to be 0 if there is none, so this is very low priority.
Problem
history-index key is not returned by browser service when calling
browsers_getBrowsers
Acceptance Criteria
history-index key is returned as well
The text was updated successfully, but these errors were encountered: