Skip to content

Commit 25fb844

Browse files
committed
add time to agora api log
1 parent 321f144 commit 25fb844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/import-projects/rf/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const fetchRFProjectsByRound = async (round: number) => {
1313
);
1414

1515
if (!AGORA_API_KEY) {
16-
console.log("AGORA_API_KEY is not set");
16+
console.log(`[${new Date().toISOString()}] - AGORA_API_KEY is not set`);
1717
return;
1818
}
1919

0 commit comments

Comments
 (0)