We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321f144 commit 25fb844Copy full SHA for 25fb844
src/features/import-projects/rf/index.ts
@@ -13,7 +13,7 @@ export const fetchRFProjectsByRound = async (round: number) => {
13
);
14
15
if (!AGORA_API_KEY) {
16
- console.log("AGORA_API_KEY is not set");
+ console.log(`[${new Date().toISOString()}] - AGORA_API_KEY is not set`);
17
return;
18
}
19
0 commit comments