Skip to content

Commit

Permalink
change to GetAvatarsForEmails
Browse files Browse the repository at this point in the history
  • Loading branch information
arosiclair committed Oct 20, 2023
1 parent 37f4eaf commit 55932c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/API.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,9 @@ export default function API(network, args) {
*
* @returns {ExpensifyAPIDeferred}
*/
getAvatarForEmail(parameters) {
const commandName = 'GetAvatarForEmail';
requireParameters(['email'], parameters, commandName);
getAvatarsForEmail(parameters) {
const commandName = 'GetAvatarsForEmail';
requireParameters(['emailList'], parameters, commandName);
return performPOSTRequest(commandName, parameters);
},

Expand Down

0 comments on commit 55932c6

Please sign in to comment.