File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/features/import-projects Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export const task = async () => {
1414 await fetchRFProjectsByRound ( 4 ) ;
1515 // await fetchRFProjectsByRound(5); //TODO: It will fill on 20th Sep
1616 await fetchAndProcessRlProjects ( 5 ) ;
17- await fetchAndProcessRlProjects ( 6 ) ;
17+ // await fetchAndProcessRlProjects(6); // link is not working
1818 await fetchAndProcessGardensProjects ( ) ;
1919} ;
2020
Original file line number Diff line number Diff line change @@ -44,10 +44,11 @@ export const manageProjectRemovals = async (
4444 ( id ) => ! shouldKeepProjects . includes ( id )
4545 ) ;
4646
47- console . log ( "projectIdsToManipulate" , projectIdsToManipulate ) ;
48-
4947 if ( projectIdsToManipulate . length === 0 ) {
5048 // No projects to Manipulate
49+ console . log (
50+ `[${ new Date ( ) . toISOString ( ) } ] - INFO: No projects to Manipulate - ${ round } - retroList`
51+ ) ;
5152 return ;
5253 }
5354
You can’t perform that action at this time.
0 commit comments