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(