Skip to content

Commit

Permalink
sql
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurgolo committed Mar 14, 2024
1 parent b759739 commit 47bff31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ const getTeams = async () => {
// Optionally, display an error message to the user
list_el.innerHTML = "<p>Error loading teams. Please try again later.</p>";
};
}
window.onload = getTeams;

const getTeamList = async () => {
Expand Down

0 comments on commit 47bff31

Please sign in to comment.