Skip to content

Commit

Permalink
πŸ”Š contest_url
Browse files Browse the repository at this point in the history
  • Loading branch information
Shion1305 committed Nov 3, 2023
1 parent f37b1ad commit 163b881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/api/contest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default defineEventHandler(async (event) => {

async function execUpdate() {
console.log("Fetching contest data");
console.log(contest_url);
const resp = await axios.get(contest_url).catch(() => null);
if (!resp) {
console.error("Failed to fetch contest data");
Expand Down

0 comments on commit 163b881

Please sign in to comment.