diff --git a/src/features/import-projects/rf/index.ts b/src/features/import-projects/rf/index.ts index fe9f0af..b0117c4 100644 --- a/src/features/import-projects/rf/index.ts +++ b/src/features/import-projects/rf/index.ts @@ -13,7 +13,7 @@ export const fetchRFProjectsByRound = async (round: number) => { ); if (!AGORA_API_KEY) { - console.error("AGORA_API_KEY is not set"); + console.log("AGORA_API_KEY is not set"); return; }