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
Currently, we sometimes return resourceIds even though we later only need the name (and hence use functions like last(split()) to get to the name - and sometimes return the name explicitely.
As per the discussion in issue #2013 we should always return the explicit value we need.
The text was updated successfully, but these errors were encountered:
Description
Currently, we sometimes return
resourceIds
even though we later only need the name (and hence use functions likelast(split())
to get to the name - and sometimes return the name explicitely.As per the discussion in issue #2013 we should always return the explicit value we need.
The text was updated successfully, but these errors were encountered: