Skip to content

Commit

Permalink
add more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadPCh committed Aug 25, 2024
1 parent 537509c commit 1443cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/import-projects/rf/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const fetchRFProjectsByRound = async (round: number) => {
let hasNext = true;

console.log(
`[${new Date().toISOString()}] - Fetching projects for round: ${round} - process.env.AGORA_API_KEY`
`[${new Date().toISOString()}] - Fetching projects for round: ${round} - ${process.env.AGORA_API_KEY}`
);

try {
Expand Down

0 comments on commit 1443cb2

Please sign in to comment.