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
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
The body argument for the apexRest call needs to be stringified before sending to _apiRequest. For backwards compatibility sake, we should check to see if the body argument is actually an object before stringifying it. All other POST methods should do the same check.
The text was updated successfully, but these errors were encountered:
The body argument for the apexRest call needs to be stringified before sending to _apiRequest. For backwards compatibility sake, we should check to see if the body argument is actually an object before stringifying it. All other POST methods should do the same check.
The text was updated successfully, but these errors were encountered: