Skip to content

Commit

Permalink
Hopefully it is all fixed and ready for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
99TheDark committed Jan 8, 2024
1 parent 61319e6 commit c7dfb7d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions programs/script.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
fetch(`${ location.origin }/api`)
.then(data => {
console.log(data);
return data.json();
})
.then(data => data.json())
.then(json => generatePrograms(json))

const displayMonths = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
Expand Down

0 comments on commit c7dfb7d

Please sign in to comment.