From 0c65d3b9e4abc7f45ce3ac4da7da5cbc2e066096 Mon Sep 17 00:00:00 2001 From: Bhaskara Kishore Date: Thu, 13 Apr 2023 13:19:02 +0530 Subject: [PATCH] issue --- src/handlers/supplierHandler.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/handlers/supplierHandler.js b/src/handlers/supplierHandler.js index f42f5b6f..ff3a783d 100644 --- a/src/handlers/supplierHandler.js +++ b/src/handlers/supplierHandler.js @@ -1026,7 +1026,7 @@ exports.getPendingSuppliers = async (req, reply) => { .then((docs) => { const supplierDataWithTimestamp = docs.map((doc, index) => ({ data: doc, - timestamp: timestamps[index], + //timestamp: timestamps[index], })); reply.send({ status_code: 200, @@ -1101,7 +1101,7 @@ exports.getPendingCustomers = async (req, reply) => { .then((docs) => { const customerDataWithTimestamp = docs.map((doc, index) => ({ data: doc, - timestamp: timestamps[index], + //timestamp: timestamps[index], })); //reply.send({ status_code: 200, data: docs, count: docs.length ,timestamps}); reply.send({