Skip to content

Commit

Permalink
update jsdoc return
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Jan 9, 2024
1 parent 98a8aec commit cd514f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/actions/ReimbursementAccount/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export {setBankAccountFormValidationErrors, setPersonalBankAccountFormValidation
* - CONST.BANK_ACCOUNT.SETUP_TYPE.PLAID to ask them to login to their bank via Plaid
*
* @param {String} subStep
* @returns {Promise<void>}
*/
function setBankAccountSubStep(subStep) {
return Onyx.merge(ONYXKEYS.REIMBURSEMENT_ACCOUNT, {achData: {subStep}});
Expand Down

0 comments on commit cd514f0

Please sign in to comment.