Skip to content

Commit

Permalink
Update src/libs/API.js
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Golen <tgolen@expensify.com>
  • Loading branch information
jasperhuangg and tgolen authored Apr 7, 2021
1 parent c86b93d commit 775439a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/API.js
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ function ResendValidateCode(parameters) {
*/
function SetPassword(parameters) {
const commandName = 'SetPassword';
requireParameters(['accountID, password', 'validateCode'], parameters, commandName);
requireParameters(['accountID', 'password', 'validateCode'], parameters, commandName);
return Network.post(commandName, parameters);
}

Expand Down

0 comments on commit 775439a

Please sign in to comment.