Skip to content

Commit

Permalink
add project id to logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bielaski committed Sep 25, 2023
1 parent 8a1dba3 commit 79d5fd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/fetch-projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const fetchProjects = async (

const generatedProjectsWithLanguages = await Promise.all(
projects.map(async (project) => {
console.log(`Getting project labels for project ${project.id}`);
const labels = await getProjectLabels(project.id, groupToken, project.topics);

return {
Expand Down

0 comments on commit 79d5fd7

Please sign in to comment.