From 0be82f35467bd0cd5fc326111d57c9792064281d Mon Sep 17 00:00:00 2001 From: Justice Arthur Date: Mon, 31 Oct 2022 14:09:15 +0000 Subject: [PATCH] clean up --- src/libs/actions/PaymentMethods.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/libs/actions/PaymentMethods.js b/src/libs/actions/PaymentMethods.js index 85d76ca7c1ef..c2d278c46476 100644 --- a/src/libs/actions/PaymentMethods.js +++ b/src/libs/actions/PaymentMethods.js @@ -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); } /**