Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Justice Arthur committed Oct 31, 2022
1 parent 6522435 commit 0be82f3
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 0be82f3

Please sign in to comment.