From febca739e84ee06fd1ce129c5a84ceabdf99a8f0 Mon Sep 17 00:00:00 2001 From: MahtabBukhari Date: Sat, 7 Dec 2024 00:06:26 +0500 Subject: [PATCH] fix(testing): testing --- src/network/fetchSourcesData/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/network/fetchSourcesData/index.ts b/src/network/fetchSourcesData/index.ts index 1a41c5d0f..c349d30f5 100644 --- a/src/network/fetchSourcesData/index.ts +++ b/src/network/fetchSourcesData/index.ts @@ -224,6 +224,8 @@ export const getTotalProcessing = async () => { const url = `/node/content` const response = await api.get(url) + console.log(response) + return response }