Skip to content

Commit

Permalink
Update setup-environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
burnt-exe authored Jun 2, 2024
1 parent 38b9edd commit f5909b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/setup-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ jobs:
});
// Redirect to course materials page or update UI accordingly
})
.catch((error) => {
.catch((error) => {
alert("Registration failed: " + error.message);
});
}
});
}
// Function to update progress
function updateProgress(section, item) {
Expand Down

0 comments on commit f5909b0

Please sign in to comment.