Skip to content

Commit

Permalink
did it
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby-Leeder committed Oct 31, 2023
1 parent 690402c commit 15554bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/classroom/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function sendMessage(message) {
}

function onMessageReceived(payload){
console.log(JSON.parse(payload.body).content);
addSong(JSON.parse(payload.body).content)
}

function changeBG() {
Expand Down

0 comments on commit 15554bf

Please sign in to comment.