Skip to content

Commit

Permalink
solving console errors (#3298)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitGupta14 authored Jun 18, 2023
1 parent 516dca7 commit bfeea1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/piemenus.js
Original file line number Diff line number Diff line change
Expand Up @@ -3775,7 +3775,7 @@ const piemenuKey = (activity) => {
);
obj[0] = obj[0].replace(SHARP, "#").replace(FLAT, "b");

const tur = activity.logo.turtles.ithTurtle(0);
const tur = activity.turtles.ithTurtle(0);
if (
tur.singer.instrumentNames.length === 0 ||
tur.singer.instrumentNames.indexOf(DEFAULTVOICE) === -1
Expand Down

0 comments on commit bfeea1f

Please sign in to comment.