Skip to content

Commit

Permalink
update SalesforceResultState docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtuchi committed Jan 10, 2025
1 parent 6855977 commit 52834cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/salesforce/src/Adaptor.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import flatten from 'lodash/flatten';
/**
* State object
* @typedef {Object} SalesforceResultState
* @property data - Result object of the form <code>\{ success, completed, errors \}</code>. Will be <code>\{ id, success, errors \}</code> for single result.
* @property data - Result object(s) of the form <code>\{ success, completed, errors \}</code>.
* @property references - History of all previous operations results.
**/

Expand Down

0 comments on commit 52834cf

Please sign in to comment.