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 }