Skip to content

Commit

Permalink
try2
Browse files Browse the repository at this point in the history
  • Loading branch information
hegelespaul committed Dec 18, 2024
1 parent 87e93b4 commit 6a26956
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ function fetchData() {
}

function processJSON(data) {
const tunes = [];

data.forEach(element => {
tunes.push({
title: element['Title'],
Expand Down

0 comments on commit 6a26956

Please sign in to comment.