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
In Name Request, retrieving waiting days from the stats API fails when the feature flag value is less than zero. We can just retrieve it (since the API has caching) and use logic to determine whether to display the feature flag value or the API value.
Update the API so that priority waiting days are calculated in days instead of hours.