Skip to content

Commit

Permalink
Merge pull request #12297 from Expensify/justice-clean-up-comments-in…
Browse files Browse the repository at this point in the history
…-paymentmethods

Clean Up Comments in PaymentMethods.js
  • Loading branch information
ctkochan22 authored Oct 31, 2022
2 parents d4fd20f + 0be82f3 commit a225b86
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/libs/actions/PaymentMethods.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,7 @@ function openPaymentsPage() {
],
};

return API.read('OpenPaymentsPage', {
// We're passing this to have the data returned in the right format.
// This can be removed when the massageData parameter
// is removed from here https://github.com/Expensify/Web-Expensify/blob/main/lib/BankAccountAPI.php#L1064.
massageData: true,
}, onyxData);
return API.read('OpenPaymentsPage', {}, onyxData);
}

/**
Expand Down

0 comments on commit a225b86

Please sign in to comment.