From 5dc82af9adf824c023cf806a71f1fa97cc3f3511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Oliveira?= Date: Sun, 1 Aug 2021 02:50:35 +0100 Subject: [PATCH] fix: arguments description --- lib/customers.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/customers.js b/lib/customers.js index ce3d7efe..f46a1438 100644 --- a/lib/customers.js +++ b/lib/customers.js @@ -655,9 +655,7 @@ function updateIdCardData (patch, id) { } /** - * @param {String} customerId customer id - * @param {String} txId customer id - * @param {Object} patch customer t&c photo data + * @param {String} imageData customer t&c photo data * @returns {Promise} new patch to be applied */ function updateTxCustomerPhoto (imageData) {