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 calling ForceApi.UpsertSObjectByExternalId would return an object unmarshal error when salesforce endpoint returns a 204. The code causing this behavior is in ForceApi.request which attempts to unmarshal an empty response byte slice.
The text was updated successfully, but these errors were encountered:
Currently calling
ForceApi.UpsertSObjectByExternalId
would return an object unmarshal error when salesforce endpoint returns a 204. The code causing this behavior is inForceApi.request
which attempts to unmarshal an empty response byte slice.The text was updated successfully, but these errors were encountered: