Skip to content

Commit

Permalink
added 'source' section
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Ferreira committed Oct 20, 2023
1 parent fdbaf0a commit e8424c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ function writeHeaderAndFooter(){
var jsonData;
async function fetchJsonData() {
try {
// var response = await fetch('https://weaponize.s3.us-east-2.amazonaws.com/output.json');
var response = await fetch('output.json');
var response = await fetch('https://weaponize.s3.us-east-2.amazonaws.com/output.json');
// var response = await fetch('output.json');
jsonData = await response.json();
displayJSON(jsonData);
} catch (error) {
Expand Down

0 comments on commit e8424c2

Please sign in to comment.