From c40322eb72d33907212ca27160bbd11c62ebf15f Mon Sep 17 00:00:00 2001 From: Cherik Date: Sun, 25 Aug 2024 16:46:28 +0330 Subject: [PATCH] add log for rf rounds fetching --- src/features/import-projects/rf/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/features/import-projects/rf/index.ts b/src/features/import-projects/rf/index.ts index b4c4016..7327945 100644 --- a/src/features/import-projects/rf/index.ts +++ b/src/features/import-projects/rf/index.ts @@ -19,6 +19,9 @@ export const fetchRFProjectsByRound = async (round: number) => { }, } ); + console.log( + `[${new Date().toISOString()}] - Fetching projects for round: ${round} at offset: ${offset} - ${response.status} - ${response.ok}` + ); if (!response.ok) { throw new Error(