Skip to content

Commit

Permalink
Revert "Merge pull request #825 from Expensify/cm-add-sms-delivery-co…
Browse files Browse the repository at this point in the history
…mmand"

This reverts commit acb6856, reversing
changes made to 67c905c.
  • Loading branch information
techievivek committed Dec 27, 2024
1 parent 7b423b2 commit 81ef715
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 81ef715

Please sign in to comment.