Skip to content

Commit

Permalink
Merge pull request #826 from Expensify/techievivek_revert_changes_for…
Browse files Browse the repository at this point in the history
…_resetsmsdeliveryfailure

Revert "Merge pull request #825 from Expensify/cm-add-sms-delivery-command
  • Loading branch information
Beamanator authored Dec 27, 2024
2 parents 7b423b2 + 81ef715 commit 3aafb41
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions lib/API.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -432,20 +432,6 @@ export default function API(network, args) {
return performPOSTRequest(commandName, newParameters);
},

/**
* Resets the status of SMS delivery of a phone number
* @param {Object} parameters
* @param {String} parameters.email
* @returns {ExpensifyAPIDeferred}
*/
resetSMSDeliveryFailureStatus(parameters) {
const commandName = 'ResetSMSDeliveryFailureStatus';
requireParameters(['email'], parameters, commandName);

const newParameters = {...parameters, api_setCookie: false};
return performPOSTRequest(commandName, newParameters);
},

/**
* Sets the password for an account
*
Expand Down

0 comments on commit 3aafb41

Please # to comment.