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
As per the comment here, we're using both the GET /identities and POST /identities requests which is not really worthwhile since they essentially do the same thing. I think we can shave some LoC by consolidating these.
The text was updated successfully, but these errors were encountered:
As per the comment here, we're using both the
GET /identities
andPOST /identities
requests which is not really worthwhile since they essentially do the same thing. I think we can shave some LoC by consolidating these.The text was updated successfully, but these errors were encountered: