Skip to content

Commit 163b881

Browse files
committed
🔊 contest_url
1 parent f37b1ad commit 163b881

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎server/api/contest.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export default defineEventHandler(async (event) => {
2828

2929
async function execUpdate() {
3030
console.log("Fetching contest data");
31+
console.log(contest_url);
3132
const resp = await axios.get(contest_url).catch(() => null);
3233
if (!resp) {
3334
console.error("Failed to fetch contest data");

0 commit comments

Comments
 (0)